BUG 28292

This commit is contained in:
aixianling
2022-03-16 20:10:17 +08:00
parent 8dfcf23684
commit fe3fe256ec
5 changed files with 88 additions and 89 deletions

View File

@@ -227,7 +227,7 @@ export default {
})
},
showDetail(e) {
uni.navigateTo({url: `/apps/AppPeopleList/DetailCard?id=${e.id}`})
uni.navigateTo({url: `/apps/AppPeopleList/DetailCard?id=${e.resident_id}`})
}
},
}