wx.navigateToMiniProgram({
appId: 'wx04acf460ae1d5d23',
page: 'pages/end/end',
success: res => {
console.log(res);
}
});
请问一下在体验版中使用跳转微信小程序接口跳转到已发版的微信小程序不能跳到指定页面吗?目前我的只能跳首页。
微信小程序开发问题解答
微信小程序开发者回答:
https://developers.weixin.qq.com/miniprogram/dev/api/wx.navigateToMiniProgram.html
把 page 改为 path 试试?
本文网址:http://www.91bianli.com/weixinxiaochengxu/19000.html