Commit a34ad6a7 authored by DESKTOP-K893UGN\A's avatar DESKTOP-K893UGN\A

fix:列表跳转不显示详情

parent 992a21cf
......@@ -56,23 +56,16 @@
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}
],
"subpackages": [
{
"root": "subPages",
"pages": [
{
"path" : "details/details",
"style" :
{
}, {
"path": "pages/details/details",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
}
]
}
],
"subpackages": [
],
"globalStyle": {
"navigationBarTextStyle": "black",
......
......@@ -67,7 +67,7 @@
// 点击查看
onClick(item) {
const url = "/subPages/details/details?id=" + item.id
const url = "/pages/details/details?id=" + item.id
uni.navigateTo({
url: url
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment