From db9820b0e92d31d0cd1da55fa450ccc0e9363dca Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Wed, 22 Apr 2026 10:58:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E6=89=93=E5=BC=80=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8Flogo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/my/my.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/my/my.vue b/src/pages/my/my.vue index 9ed13d1..0700cca 100644 --- a/src/pages/my/my.vue +++ b/src/pages/my/my.vue @@ -233,7 +233,7 @@ @click="My.handleServiceClick('distribution')"> - + @@ -361,7 +361,7 @@ router.navigateTo('/pages/my/travel-record') } else if (type === 'distribution') { uni.navigateToMiniProgram({ - appId: 'wxa184cbbc1bbe7621', + appId: 'wx63e106209b842919', path: 'pages/index/index', // 可选,跳转的页面路径 success(res) { console.log('打开成功', res);