From fb7ebfa1a3344cfa1f9164426adbc401421db818 Mon Sep 17 00:00:00 2001 From: "1263428893@qq.com" Date: Thu, 16 Jan 2025 19:58:23 +0800 Subject: [PATCH] 1 --- manifest.json | 2 +- pages/identity/index.vue | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 920e92b..8c5c6a6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "protection-wechat-uniapp", - "appid" : "__UNI__AC1A853", + "appid" : "__UNI__DDD69E6", "description" : "", "versionName" : "2.0.37", "versionCode" : 1, diff --git a/pages/identity/index.vue b/pages/identity/index.vue index c920b46..04f4b90 100644 --- a/pages/identity/index.vue +++ b/pages/identity/index.vue @@ -11,6 +11,11 @@ 个人 + + + 跳过 + + @@ -27,6 +32,11 @@ } }, methods:{ + onJump(){ + uni.switchTab({ + url:"/pages/home/index" + }) + }, onBusiness(){ uni.navigateTo({ url:"/pages_subpack/business/index?userStatus="+this.userStatus