uniapp内置组件uni.navigateTo跳转后页面空白问题解决

文章目录


导文

在h5上跳转正常 但是在小程序里面跳转有问题

无任何报错

页面跳转地址显示正确,但页面内容为空

空白问题

控制台:

问题解决:

方法1:

可能是没有注册的问题,把没注册的页面 注册一下。

方法二:修改路由名称就好

方法3:

uni改成wx就好

js 复制代码
有问题:
uni.navigateTo({
				// url: `/pages/checkDetails/index?value=${value}&year=${this.currentYear}&month=${this.currentMonth}&date=${this.currentDate}`
				url: `/pages/checkInDetails/index?value=${value}&year=${this.currentYear}&month=${this.currentMonth}&date=${this.currentDate}`
				// pages/checkDetails/index
			})
能展示:
wx.navigateTo({
				// url: `/pages/checkDetails/index?value=${value}&year=${this.currentYear}&month=${this.currentMonth}&date=${this.currentDate}`
				url: `/pages/checkInDetails/index?value=${value}&year=${this.currentYear}&month=${this.currentMonth}&date=${this.currentDate}`
				// pages/checkDetails/index
			})

如果还有其他的解决方法,欢迎补充!

您好,我是肥晨。

欢迎关注我获取前端学习资源,日常分享技术变革,生存法则;行业内幕,洞察先机。

相关推荐
2501_9160074714 小时前
Bundle ID 注册与管理 App ID 创建指南 命名规则 权限开关与删除注意事项
android·ios·小程序·https·uni-app·iphone·webview
PedroQue9919 小时前
uni-app路由插件化:解锁高效开发新姿势
前端·uni-app
2501_9159090621 小时前
iOS 证书创建与管理 类型限制 p12 密码与云备份实操
android·ios·小程序·https·uni-app·iphone·webview
anyup21 小时前
【2026年8月】uView Pro 千星,还拿到了 GVP
前端·uni-app·github
andr_gale2 天前
02_uniapp自定义上凸效果的底部TabBar
前端·javascript·uni-app·移动端
不爱说话郭德纲2 天前
uni-app x iOS 扫码模糊怎么办?AVFoundation 灰尘级别摄像头助你超广角聚焦
前端·uni-app·app
CHB2 天前
uni-app x 蒸汽模式 性能测试基准报告 Benchmark【Android版】
android·ios·uni-app
游戏开发爱好者84 天前
系统状态:专为iPhone和iPad设计的实时系统性能监控工具全面介绍
android·ios·小程序·uni-app·iphone·webview·ipad
2501_915909065 天前
全面解析iOS应用上架到App Store的完整流程与关键注意事项
android·macos·ios·小程序·uni-app·cocoa·iphone
2501_915106325 天前
iOS 证书类型及作用说明 账号证书与签名配置的完整解读
android·ios·小程序·https·uni-app·iphone·webview