wx.navigateTo({
url: `plugin://tour-guide/tour-guide-page${plugin.getQueryStr(options)}`,
success: function(res) {
console.log('跳转成功', res);
},
fail: function(err) {
console.log('跳转失败', err);
}
});
使用开发者工具调试时,在开发者工具内部模拟器中,可以正常跳转到插件内部页面,但是在真机调试中,跳转插件内部页面提示页面无法找到“Page "tour-guide-page" has not been registered yet.” ,并报错“APP-SERVICE-SDK:Page "plugin://wx436d5f3cadaee238/tour-guide-page" is not found”