x***@qq.com
x***@qq.com
  • 发布:2024-07-09 18:33
  • 更新:2024-07-09 19:41
  • 阅读:154

navigateTo小程序跳转白屏,在h5中正常

分类:uni-app
uni.navigateTo({  
                url: `/pages/checkInDetails/index?value=${value}&year=${this.currentYear}&month=${this.currentMonth}&date=${this.currentDate}`  
            })

路径没有问题,也在pages.json中注册了

,  
        {  
            "path": "pages/checkInDetails/index",  
            "style": {  
                "navigationBarTitleText": "",  
                "navigationBarBackgroundColor": "#fff",  
                "backgroundColor": "#fff"  
            }  
        }
2024-07-09 18:33 负责人:无 分享
已邀请:
DCloud_UNI_yuhe

DCloud_UNI_yuhe

可能是路径太长了,你试一下把路径参数转为globalData或者storage

要回复问题请先登录注册