Commit 6949a6e6 authored by youjie's avatar youjie

no message

parent 9144cfe2
......@@ -1463,7 +1463,7 @@
}
if (!this.updateMsg.Address) {
this.$message.error('请输入输入详情地址')
this.$message.error('请输入详情地址')
return
}
this.apipost('app_customer_UpdateCustomerAddress', this.updateMsg, res => {
......@@ -1927,7 +1927,7 @@
this.addMsg.address = AreaName + ',' + this.addMsg.address
}
if (!this.addMsg.address) {
this.$message.error('请输入输入详情地址')
this.$message.error('请输入详情地址')
return
}
this.addMsgS.customerInfo = {
......
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