|
@@ -307,7 +307,9 @@ |
|
@@ -307,7 +307,9 @@ |
307
|
this.joinValue = (Number(item.price).toFixed(2))
|
307
|
this.joinValue = (Number(item.price).toFixed(2))
|
308
|
}
|
308
|
}
|
309
|
})
|
309
|
})
|
|
|
310
|
+ console.log(this.cheapListDeal);
|
310
|
(this.cheapListDeal.length > 0) && (this.cheapListDeal.unshift('请选择'));
|
311
|
(this.cheapListDeal.length > 0) && (this.cheapListDeal.unshift('请选择'));
|
|
|
312
|
+ console.log(this.cheapListDeal);
|
311
|
// 店铺活动价
|
313
|
// 店铺活动价
|
312
|
res.data.data.goods_list.map(item => {
|
314
|
res.data.data.goods_list.map(item => {
|
313
|
if (item.active.length > 0) {
|
315
|
if (item.active.length > 0) {
|