This commit is contained in:
liuye
2022-03-14 18:27:52 +08:00
parent d74745e9bd
commit 5f9fbfbff5
2 changed files with 32 additions and 13 deletions

View File

@@ -140,7 +140,8 @@ export default {
this.getList()
},
toAdd() {
uni.navigateTo({url:'./Add'})
var residentType = ['', 0, 1][this.currentTabs]
uni.navigateTo({url:`./Add?type=${residentType}`})
}
},
onReachBottom() {