Explorar o código

commit - 下单地址

Admin %!s(int64=4) %!d(string=hai) anos
pai
achega
aefd6bd867
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/user/order/create-order.vue

+ 1 - 1
pages/user/order/create-order.vue

@@ -178,7 +178,7 @@
 			},
 			getAddressData(){//获取地址信息
 				this.$api.getStorage().then((resolve) => {
-					this.UserService.QueryAddressList({pageNum:1,pageSize:1,userID:resolve.userID}).then(response =>{
+					this.UserService.QueryAddressList({pageNum:1,pageSize:1,userID:resolve.userId}).then(response =>{
 						this.isAddress = true
 						this.addressData = {}
 						if(response.data.results != ''){