Commit 8f08c668 authored by youjie's avatar youjie

no message

parent 2be931c5
......@@ -205,7 +205,7 @@ export default {
}, (res) => {
if (res.resultCode == 1) {
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()
}}, (error) => {
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