@@ -1310,7 +1310,7 @@
}
//是主入住人且姓名和身份证号为空,判断为新用户,直接跳转至上传身份证照片页面
if (this.isMainCustomer && (!this.userInfo.name || !this.userInfo.idNumber)) {
- this.step = 1
+ this.step = 'uploadCard'
// #ifdef MP-WEIXIN
this.isVKSupport = wx.isVKSupport('v1')