卡口登记
This commit is contained in:
@@ -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}`})
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user