小程序A跳转至小程序B,跳传过去提示页面不存在?

小程序 文章 2021-03-06 20:21 645 0 全屏看文

AI助手支持GPT4.0

小程序A跳转至小程序B,跳传过去提示页面不存在?Mini Program A jumps to Mini Program B, and the prompt page does not exist?

小程序A跳转至小程序B,跳传过去提示页面不存在?

wx.navigateToMiniProgram({

appId: '',

envVersion:'release',

path: '/pages/active/active',

success(res) {

// 打开成功

showToast("打开成功")

}

})


配置也没有问题,,,,,,最关键的是 我发布上线之后,使用我的手机可以正常跳转,,,,用其他人的手机同样的方式进去提示页面不存在?

wx.navigateToMiniProgram ({appid: ', envversion:' release ', path:' / pages / active / active ', success (RES) {/ / open successfully showtoast}) the configuration is OK. The most important thing is that after I publish and go online, I can jump to my mobile phone and go in the same way as other people's mobile phones to prompt that the page doesn't exist?

回答:

|G.XIAO|:

这个页面是分包吗?

不存在的截图有吗?

有没有触发 pagenotfond api

brave:

确定对方微信上已经更新你要跳的那个小程序了?还是旧版本没更新的话,你跳过去肯定是404

Hide on bush:确定更新过了
CitizenFour:

可能是别人的手机有被跳转小程序的缓存,删除试试

Hide on bush:删除也没有用 这个就很奇怪  同样是线上的

-EOF-

AI助手支持GPT4.0