shish 2 years ago
parent
commit
3021a0ed8b
1 changed files with 8 additions and 0 deletions
  1. 8 0
      hdApp/src/pagesPurchase/confirmTake.vue

+ 8 - 0
hdApp/src/pagesPurchase/confirmTake.vue

@@ -117,6 +117,14 @@ export default {
 			})
 			this.getItemList()
 		},
+		getItemList(){
+			let that = this
+			getCgItemInfo({id:this.option.id}).then(res=>{
+				if(res.code == 1){
+					that.flowersList = res.data.list
+				}
+			})
+		},
 		savePrice(){
 			let that = this
 			let hasError = false