26628 26622

This commit is contained in:
花有清香月有阴
2022-01-12 14:39:46 +08:00
parent a988574d1b
commit 8fb533e769
3 changed files with 5 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ export default {
goDetail(item) {
if (item.today == '1') {
uni.navigateTo({
url: `./HealthDetail?id=${item.id}`,
url: `./HealthDetail?id=${item.id}&diffNum=${item.diffNum}`,
})
}
},