Browse Source

退房确认绑定身份证号

epass
mk 1 month ago
parent
commit
b876fff4d1
  1. 2
      subpages/index/checkInUser/checkInUser.js

2
subpages/index/checkInUser/checkInUser.js

@ -103,11 +103,11 @@ Page({
}) })
}, },
submit() { submit() {
// this.bindIdCard()
if (this.data.type === 'out') { if (this.data.type === 'out') {
wx.navigateTo({ wx.navigateTo({
url: '/subpages/index/checkOutConfirm/index/index', url: '/subpages/index/checkOutConfirm/index/index',
}) })
this.bindIdCard()
return false return false
} }
selectMzGraduateInfo({ selectMzGraduateInfo({

Loading…
Cancel
Save