浏览代码

关于我们添加 导航

赵启卫 2 年之前
父节点
当前提交
353946fda0
共有 1 个文件被更改,包括 6 次插入2 次删除
  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}