Browse Source

subscribe page style

zz 6 years ago
parent
commit
36910748a6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/views/wap/subscribeV2.blade.php

+ 2 - 0
resources/views/wap/subscribeV2.blade.php

@@ -496,6 +496,7 @@
         </div>
         </div>
     </div>
     </div>
 </section>
 </section>
+@if($template == 3)
 <script>
 <script>
     var itemHeight = 38;
     var itemHeight = 38;
     var wrapperLen = document.querySelectorAll("li").length;
     var wrapperLen = document.querySelectorAll("li").length;
@@ -529,5 +530,6 @@
     }
     }
     initAutoplay();
     initAutoplay();
 </script>
 </script>
+@endif
 </body>
 </body>
 </html>
 </html>