Browse Source

advertise

tusx 6 years ago
parent
commit
89e6e38850
1 changed files with 2 additions and 1 deletions
  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;
       padding: 0.14rem 0;
       width: 80%;
       width: 80%;
       margin: 0.24rem auto;
       margin: 0.24rem auto;
+      cursor: pointer;
     }
     }
 
 
     .disable-status {
     .disable-status {
@@ -178,7 +179,7 @@
                 return;
                 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
         false
     );
     );