修改跳转小程序的链接

This commit is contained in:
wangxiaowei
2026-04-23 11:32:00 +08:00
parent 508650e868
commit 93850b98f3

View File

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