This commit is contained in:
wwz
2025-01-14 16:56:07 +08:00
parent a4c26b4801
commit 4c0766d92b
3 changed files with 33 additions and 5 deletions

View File

@@ -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 //仅为示例