tusx 6 tahun lalu
induk
melakukan
e7515be790
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  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
     );