修改跳转小程序的链接
This commit is contained in:
@ -362,7 +362,7 @@
|
|||||||
} else if (type === 'distribution') {
|
} else if (type === 'distribution') {
|
||||||
uni.navigateToMiniProgram({
|
uni.navigateToMiniProgram({
|
||||||
appId: 'wx63e106209b842919',
|
appId: 'wx63e106209b842919',
|
||||||
path: 'pages/index/index', // 可选,跳转的页面路径
|
path: `bundle/pages/user_spread/user_spread?type=1`, // 可选,跳转的页面路径
|
||||||
success(res) {
|
success(res) {
|
||||||
console.log('打开成功', res);
|
console.log('打开成功', res);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user