Commit 6e75d913 authored by youjie's avatar youjie

no message

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