页面从tabbar跳转到其他页面,该页面显示空白
页面从 导航页 点击跳转到非导航页的页面,
wx.navigateTo({
url: “…/samplereport/samplereport”
});
跳转到该页面没有渲染,显示空白页
1 回复
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。