Browse Source

commit - 下单地址

Admin 4 years ago
parent
commit
aefd6bd867
1 changed files with 1 additions and 1 deletions
  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 != ''){