浏览代码

feat: 未登录标讯三级页添加客服入口

zhangsiya 11 月之前
父节点
当前提交
6e396483aa

+ 4 - 1
src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

@@ -2026,7 +2026,10 @@
       }
     })
       var customerCorner = new Vue({
-        el: '#customer-corner-component'
+        el: '#customer-corner',
+        components: {
+          customerCornerComponent: customerCornerComponent
+        },
       })
 
     // 点击参标

+ 1 - 1
src/web/staticres/common-module/customer-corner/mobile-template.js

@@ -36,7 +36,7 @@ var customerCornerTemplate = `
     </div>
   </div>`
 
-Vue.component('customer-corner-component',{
+var customerCornerComponent = Vue.component('customer-corner-component',{
   name: 'customerCornerComponent',
   template: customerCornerTemplate,
   props: {