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"
}
}
1 个回复
DCloud_UNI_yuhe
可能是路径太长了,你试一下把路径参数转为globalData或者storage