Commit 5417cdfc authored by 黄奎's avatar 黄奎

页面修改

parent 5334f8b1
......@@ -660,7 +660,8 @@
this.$refs[formName].validate((valid) => {
if (valid) {
delete this.AddressMsg.position //删除position 不传到后台
this.mallapipost("/api/AppletUser/SetUserShippingAddress", this.AddressMsg, res => {
console.log("AddressMsg",this.AddressMsg);
this.mallapipost("/api/AppletUser/ERPSetUserShippingAddress", this.AddressMsg, res => {
if (res.data.resultCode == 1) {
this.Success(res.data.message);
this.goodVisible = false;
......
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