体验版小程序跳转另一个小程序
发布于 5 年前 作者 gkang 12159 次浏览 来自 问答

wx.navigateToMiniProgram({

    appId: ‘wx04acf460ae1d5d23’,

    page: ‘pages/end/end’,

    success: res => {

        console.log(res);

    }

});

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

回到顶部