@@ -244,6 +244,18 @@
// #endif
},
async getCheckinInfo() {
+ if (!this.userInfo.idNumber) {
+ uni.showModal({
+ title: '请完善身份信息',
+ showCancel: false,
+ success() {
+ uni.switchTab({
+ url: '/pages/my/my'
+ })
+ }
+ return
let res = await uni.$http.post('/checkinInfo/queryByCondition', {
userIdNumber: this.userInfo.idNumber,
status: 1,