浏览代码

advertise

tusx 6 年之前
父节点
当前提交
89e6e38850
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      resources/views/wap/advertise.blade.php

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

@@ -75,6 +75,7 @@
       padding: 0.14rem 0;
       width: 80%;
       margin: 0.24rem auto;
+      cursor: pointer;
     }
 
     .disable-status {
@@ -178,7 +179,7 @@
                 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;
         },
         false
     );