|
|
@@ -214,17 +214,21 @@ Component({ |
|
|
|
return; |
|
|
|
} |
|
|
|
wx.showToast({ |
|
|
|
title: '预约成功' |
|
|
|
}) |
|
|
|
this.data.subscribeData.realname = ""; |
|
|
|
this.data.subscribeData.captcha = ""; |
|
|
|
this.setData({ |
|
|
|
subscribeData: this.data.subscribeData, |
|
|
|
verificationCode: '获取验证码', |
|
|
|
}) |
|
|
|
this.setData({ |
|
|
|
siteSelect: false |
|
|
|
title: '预约成功', |
|
|
|
mask:true |
|
|
|
}) |
|
|
|
setTimeout(()=>{ |
|
|
|
this.closeXieyi(); |
|
|
|
},1500) |
|
|
|
// this.data.subscribeData.realname = ""; |
|
|
|
// this.data.subscribeData.captcha = ""; |
|
|
|
// this.setData({ |
|
|
|
// subscribeData: this.data.subscribeData, |
|
|
|
// verificationCode: '获取验证码', |
|
|
|
// }) |
|
|
|
// this.setData({ |
|
|
|
// siteSelect: false |
|
|
|
// }) |
|
|
|
// this.setData({ |
|
|
|
// isRegister: true |
|
|
|
// }) |