我们是服务端发消息时候,那个页面路径没有配置,配置了路径就好了
体验版无法正常加载小程序,调试日志显示check Remote Debug Status?日志显示 check Remote Debug Status,called right now check Starts,Remote debug not started 开发版真机可以正常运行,体验版不行,哪位大哥知道什么问题
2024-12-24啥问题,分享下
wx.navigateToMiniProgram跳转到不存在的页面空白detectAppid: function (e) { const data = e.currentTarget.dataset.value; const appId = 'XXX'; const path = "pages/XXX"; wx.navigateToMiniProgram({ appId, path, success(res) { console.log("success-", res); }, complete(res) { console.log("complete-", res); }, fail(err) { console.log("fail-", res); wx.showToast({ title: "跳转失败", icon: "none", duration: 2000, }); }, }); }, [图片] [图片] P S::::不能提示页面不存在之类的东西吗,直接白屏?还是说需要自己配置?
2024-11-15