卡口登记

This commit is contained in:
liuye
2022-09-29 13:59:33 +08:00
parent 2f22373341
commit 9aea0328ed
3 changed files with 7 additions and 5 deletions

View File

@@ -245,7 +245,8 @@ export default {
})
},
toContent() {
uni.navigateTo({url: `./ManagementContent?id=${this.id}&idNumber=${this.info.idNumber}&haveHomeQuarantineBtn=${this.info.haveHomeQuarantineBtn}`})
var haveHomeQuarantineBtn = this.info.haveHomeQuarantineBtn ? 1 : 0
uni.navigateTo({url: `./ManagementContent?id=${this.id}&idNumber=${this.info.idNumber}&haveHomeQuarantineBtn=${haveHomeQuarantineBtn}`})
}
},
}