Commit 0962d8a8 authored by 吴春's avatar 吴春

Merge branch 'master' of http://gitlab.oytour.com/viitto/million

parents cecdef0b 6e75d913
......@@ -370,6 +370,8 @@
Country: 0,
areaCode: "",
Mailbox: "",
Mobile: "",
FullName: ""
},
countrys: [],
areaCodes: [],
......@@ -556,7 +558,7 @@
this.apipost(
"AddOrderInfo_post",
{
SurName: this.parameters.Name,
SurName: this.parameters.Name?this.parameters.Name:this.userInfo.FullName,
Name: '',
ContactNumber: this.userInfo.Mobile,// 联系电话
Mailbox: this.userInfo.Mailbox,//邮箱
......
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