This commit is contained in:
shijingjing
2022-02-14 13:35:43 +08:00
parent 78c1f0cfc4
commit 96a7f2f6f8
4 changed files with 32 additions and 30 deletions

View File

@@ -74,8 +74,7 @@ export default {
},
goDetail(item) {
console.log(item);
uni.navigateTo({ url: `./detail?id=${item.openId}` })
uni.navigateTo({ url: `./detail?id=${item.id}` })
},
},
}
@@ -121,11 +120,15 @@ export default {
.types-right,
.gards-right {
margin-left: 32px;
color: #333333;
width: calc(100% - 120px);
}
.label {
width: 120px;
}
.label1 {
margin-right: 12px;
width: 120px;
}
}
}