收藏
回答

小程序真机调试跳转插件页面显示空白?

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”

回答关注问题邀请回答
收藏
登录 后发表内容