Skip to content

Commit

Permalink
Merge pull request #114 from yoyoyoo/master
Browse files Browse the repository at this point in the history
康网问答详情页面-去掉UC浏览器下加载反屏蔽网盟广告的判断。
  • Loading branch information
PEI WANG authored Nov 25, 2016
2 parents a832373 + eb02919 commit 9609f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mip-ck-ad/mip-ck-ad.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ define(function (require) {
// 加载底部悬浮广告
var loadAdBtm = function () {
var dom = '';
if (device.UC || device.QQ) {
if (device.QQ) {
dom = '<mip-embed type="baidu-wm-ext" '
+ 'domain="a.iy.com.cn" token="xn3a1ecf91f3c3f63bdb1c3e82b8b034e058acde0a">'
+ '<div id="xn3a1ecf91f3c3f63bdb1c3e82b8b034e058acde0a"></div></mip-embed>';
Expand Down
2 changes: 1 addition & 1 deletion mip-ck-script/mip-ck-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ define(function (require) {
'[mip-ck-ad-bd-2-uc-1]': ucAd1,
'[mip-ck-ad-bd-2-uc-2]': ucAd2
};
if (device.UC || device.QQ) {
if (device.QQ) {
$.each(dom2ad, function (k, v) {
$(k).html(v);
});
Expand Down

0 comments on commit 9609f4e

Please sign in to comment.