Quellcode durchsuchen

关于我们添加 导航

赵启卫 vor 2 Jahren
Ursprung
Commit
353946fda0
1 geänderte Dateien mit 6 neuen und 2 gelöschten Zeilen
  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}