|
@@ -176,7 +176,7 @@
|
|
// 判断是否在微信内
|
|
// 判断是否在微信内
|
|
// 判断是否在微信内
|
|
// 判断是否在微信内
|
|
if (isWechat) {
|
|
if (isWechat) {
|
|
- mask.style.display = "block";
|
|
|
|
|
|
+ //mask.style.display = "block";
|
|
$.ajax({
|
|
$.ajax({
|
|
url:'/advertise/recieveUserBehavior',
|
|
url:'/advertise/recieveUserBehavior',
|
|
type:'post',
|
|
type:'post',
|
|
@@ -186,10 +186,11 @@
|
|
'position':'DOWNLOAD_BTN'
|
|
'position':'DOWNLOAD_BTN'
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- return;
|
|
|
|
|
|
+ //return;
|
|
}
|
|
}
|
|
// 执行下载操作
|
|
// 执行下载操作
|
|
location.href='/advertise/jump?uid='+uid+'&bid='+bid+'&ad='+ ad_id +'&sign=' +sign+ '×tamp=' + timestamp;
|
|
location.href='/advertise/jump?uid='+uid+'&bid='+bid+'&ad='+ ad_id +'&sign=' +sign+ '×tamp=' + timestamp;
|
|
|
|
+ //location.href='https://url.cn/5T6fJWf';
|
|
},
|
|
},
|
|
false
|
|
false
|
|
);
|
|
);
|