Merge branch 'develop' of http://git.yoho.cn/fe/xianyu-ufo-app-web into develop
Showing
1 changed file
with
15 additions
and
9 deletions
@@ -66,7 +66,9 @@ export default { | @@ -66,7 +66,9 @@ export default { | ||
66 | }; | 66 | }; |
67 | } | 67 | } |
68 | }, | 68 | }, |
69 | - mounted() {}, | 69 | + mounted() { |
70 | + | ||
71 | + }, | ||
70 | methods: { | 72 | methods: { |
71 | goPage({ page: name, params = {} }) { | 73 | goPage({ page: name, params = {} }) { |
72 | if (!name) { | 74 | if (!name) { |
@@ -74,14 +76,18 @@ export default { | @@ -74,14 +76,18 @@ export default { | ||
74 | 76 | ||
75 | } | 77 | } |
76 | if(name === 'service') { | 78 | if(name === 'service') { |
77 | - this.$createDialog({ | ||
78 | - type: 'alert', | ||
79 | - content: '请致电 <a href="tel:400-889-9646"> 400-889-9646 </a>联系有货客服', | ||
80 | - confirmBtn: { | ||
81 | - text: '我知道了', | ||
82 | - active: true | ||
83 | - } | ||
84 | - }).show() | 79 | + // this.$createDialog({ |
80 | + // type: 'alert', | ||
81 | + // content: '请致电 <a href="tel:400-889-9646"> 400-889-9646 </a>联系有货客服', | ||
82 | + // confirmBtn: { | ||
83 | + // text: '我知道了', | ||
84 | + // active: true | ||
85 | + // } | ||
86 | + // }).show() | ||
87 | + // this.$router.push({path: '/xianyu-service/service/im'}) | ||
88 | + this.$xianyu.goXianyuNewPage({ | ||
89 | + url: window.location.origin+'/xianyu-service/service/im' | ||
90 | + }); | ||
85 | return | 91 | return |
86 | } | 92 | } |
87 | this.$router.push({ name, params }); | 93 | this.$router.push({ name, params }); |
-
Please register or login to post a comment