Parcourir la source

关于我们添加 导航

赵启卫 il y a 2 ans
Parent
commit
353946fda0
1 fichiers modifiés avec 6 ajouts et 2 suppressions
  1. 6 2
      application/wap/view/first/index/aboutus.html

+ 6 - 2
application/wap/view/first/index/aboutus.html

xqd
@@ -41,11 +41,15 @@
             {:get_config_content('about_us')}
         </div>
     </div>
-    
+    <quick-menu></quick-menu>
 </div>
 {/block}
 {block name="foot"}
 <script>
-    
+    require(['vue', 'store', 'helper', '{__WAP_PATH}zsff/js/quick.js'], function (Vue, store, $h) {
+        var app = new Vue({
+            el: '#app',
+        });
+    })
 </script>
 {/block}