@@ -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