jiangfeng %!s(int64=5) %!d(string=hai) anos
pai
achega
b8a7fa15bc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ghs/src/views/order/components/sel-order.vue

+ 1 - 1
ghs/src/views/order/components/sel-order.vue

@@ -597,7 +597,7 @@ export default {
 			this.$service.custom.clientInfo({ id: this.orderData.customId}).then(res => {
 				this.orderForm.receiveCity = `${res.province}-${res.city}`
 				this.orderForm.receiveAddress = `${res.address}`
-        this.orderForm.receiveFloor = res.floor
+        		this.orderForm.receiveFloor = res.floor
 				this.freightInfo.customName = `${res.name}`
 				this.freightInfo.customMobile = `${res.mobile}`
 				this.freightInfo.province = res.province;