From 93850b98f383cf3aabdec5a850b50d19c9b98732 Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Thu, 23 Apr 2026 11:32:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=AC=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/my/my.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/my/my.vue b/src/pages/my/my.vue index 0700cca..e6aa07e 100644 --- a/src/pages/my/my.vue +++ b/src/pages/my/my.vue @@ -362,7 +362,7 @@ } else if (type === 'distribution') { uni.navigateToMiniProgram({ appId: 'wx63e106209b842919', - path: 'pages/index/index', // 可选,跳转的页面路径 + path: `bundle/pages/user_spread/user_spread?type=1`, // 可选,跳转的页面路径 success(res) { console.log('打开成功', res); },