fixed
This commit is contained in:
parent
413942871f
commit
09bab17cd5
@ -111,9 +111,14 @@ const handleTouchMove = (e) => {
|
||||
|
||||
const handleServiceClick = async () => {
|
||||
// openUrl(appStore.FAQ)
|
||||
if (appStore.appId == 101) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/account/CustomService'
|
||||
})
|
||||
} else {
|
||||
openUrl(appStore.FAQ)
|
||||
}
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user