客服
This commit is contained in:
@@ -303,6 +303,7 @@
|
||||
import ttMsg from '../../components/ttMsg/ttMsg.vue'
|
||||
import httpsRequest from '../../common/httpRequest.js'
|
||||
import otherXuanfu from '@/components/other-xuafu.vue'
|
||||
import {init} from '@/common/init.js'
|
||||
import {
|
||||
returnIsSafari
|
||||
} from '@/utils/app.js'
|
||||
@@ -359,6 +360,7 @@
|
||||
this.wwrqx(1212, 5)
|
||||
},
|
||||
onShow() {
|
||||
init()
|
||||
const systemInfo = uni.getSystemInfoSync();
|
||||
const isIOS = /iOS/.test(systemInfo.platform);
|
||||
if (!isIOS) {
|
||||
@@ -748,6 +750,10 @@
|
||||
uni.navigateTo({
|
||||
url: '/me/setting/kefu'
|
||||
})
|
||||
} else if (kefu == 4) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/me/webview'
|
||||
})
|
||||
} else if (kefu === 3) {
|
||||
uni.makePhoneCall({
|
||||
phoneNumber: kefuPhone //仅为示例
|
||||
|
||||
Reference in New Issue
Block a user