tusx 6 gadi atpakaļ
vecāks
revīzija
e7515be790
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3 2
      resources/views/wap/advertise.blade.php

+ 3 - 2
resources/views/wap/advertise.blade.php

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