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); },