formSubmit(e){
uni.preloadPage({
url: "/pages/index/index",
success(res) {
console.log(res);
uni.reLaunch({
url:"/pages/index/index"
})
},
fail(res) {
console.log(res);
uni.switchTab({
url:"/pages/index/index"
})
}
});
return;
}
- 发布:2023-06-14 16:09
- 更新:2023-08-21 22:44
- 阅读:466
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 3.8.4
手机系统: Android
手机系统版本号: Android 11
手机厂商: OPPO
手机机型: Reno4 5G
页面类型: nvue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
App下载地址或H5⽹址: https://naibademo.banma-soft.cn/test.zip
示例代码:
操作步骤:
案例代码见附件
formSubmit(e){
uni.preloadPage({
url: "/pages/index/index",
success(res) {
console.log(res);
uni.reLaunch({
url:"/pages/index/index"
})
},
fail(res) {
console.log(res);
uni.switchTab({
url:"/pages/index/index"
})
}
});
return;
}
案例代码见附件
formSubmit(e){
uni.preloadPage({
url: "/pages/index/index",
success(res) {
console.log(res);
uni.reLaunch({
url:"/pages/index/index"
})
},
fail(res) {
console.log(res);
uni.switchTab({
url:"/pages/index/index"
})
}
});
return;
}
预期结果:
进入首页后,点击文字’商品‘可以跳转到商品页面
进入首页后,点击文字’商品‘可以跳转到商品页面
实际结果:
进入首页后,点击文字’商品‘无法跳转到商品页面
进入首页后,点击文字’商品‘无法跳转到商品页面
斑码开发者 (作者)
https://naibademo.banma-soft.cn/test.zip
这个是源码,上次已经确认有问题了
2023-07-10 08:39
DCloud_UNI_Anne
回复 斑码开发者: 是在别的帖子确认了?发下链接
2023-07-10 11:27
斑码开发者 (作者)
回复 DCloud_UNI_Anne: https://ask.dcloud.net.cn/question/168827
2023-07-23 17:13
斑码开发者 (作者)
回复 DCloud_UNI_Anne: 回复 DCloud_UNI_Anne: 问题复现了,但是一直没有给回复,测试包https://naibademo.banma-soft.cn/test.zip
2023-07-23 17:14
小新的狗叫小白
现在什么情况,不管了吗?
2023-12-01 10:48