no message

This commit is contained in:
2025-09-06 11:35:08 +08:00
parent 40e5e0ff8d
commit f1791ace40
5 changed files with 111 additions and 3 deletions
+4 -1
View File
@@ -372,7 +372,10 @@ export default {
jumpTool(item) {
// 客服
if (item.id === 7) {
this.serviceShow = true;
// this.serviceShow = true;
uni.navigateTo({
url:'/pages/rwa_package/setting/kefu'
})
} else if (item.id === 9) {// 实名认证
const currentUserData = this.currentUserData;
console.log('currentUserData',this.currentUserData)