Commit 8f08c668 authored by youjie's avatar youjie

no message

parent 2be931c5
...@@ -205,7 +205,7 @@ export default { ...@@ -205,7 +205,7 @@ export default {
}, (res) => { }, (res) => {
if (res.resultCode == 1) { if (res.resultCode == 1) {
that.msg.Phone = res.data.phoneNumber; that.msg.Phone = res.data.phoneNumber;
if(this.guestInfor.guest.length==0)that.GuestByPhone() if(that.guestInfor.guest.length==0)that.GuestByPhone()
else that.setRegister() else that.setRegister()
}}, (error) => { }}, (error) => {
uni.hideLoading(); uni.hideLoading();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment