|
@@ -455,7 +455,8 @@ export default {
|
|
|
promotionShare: '',
|
|
|
selfTakeId: '',
|
|
|
organizerUserId: '',
|
|
|
- goodsMap:{}
|
|
|
+ goodsMap:{},
|
|
|
+ goods: {}
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
@@ -916,7 +917,6 @@ export default {
|
|
|
that.addGoodPopupShow = true
|
|
|
goodsDetail({ id: goodsId })
|
|
|
.then((res) => {
|
|
|
-
|
|
|
that.goods = res.data;
|
|
|
// let storeInfo = res.data;
|
|
|
// that.storeInfo = res.data
|