体验版小程序跳转另一个小程序
wx.navigateToMiniProgram({
appId: ‘wx04acf460ae1d5d23’,
page: ‘pages/end/end’,
success: res => {
console.log(res);
}
});
请问一下在体验版中使用跳转小程序接口跳转到已发版的小程序不能跳到指定页面吗?目前我的只能跳首页。
wx.navigateToMiniProgram({
appId: ‘wx04acf460ae1d5d23’,
page: ‘pages/end/end’,
success: res => {
console.log(res);
}
});
请问一下在体验版中使用跳转小程序接口跳转到已发版的小程序不能跳到指定页面吗?目前我的只能跳首页。