体验版小程序跳转另一个小程序

发布于 7 年前作者 gkang12309 次浏览最后编辑 7 年前来自 ask

wx.navigateToMiniProgram({

    appId: ‘wx04acf460ae1d5d23’,

    page: ‘pages/end/end’,

    success: res => {

        console.log(res);

    }

});

请问一下在体验版中使用跳转小程序接口跳转到已发版的小程序不能跳到指定页面吗?目前我的只能跳首页。

1 回复