...
|
...
|
@@ -71,6 +71,7 @@ export default { |
|
|
size_id: info.size_id,
|
|
|
name: name[0],
|
|
|
subName: name[1],
|
|
|
size_name: info.size_name,
|
|
|
price,
|
|
|
storage_id: info.storage_id,
|
|
|
available: info.storage_num > 0 && price !== '-',
|
...
|
...
|
@@ -124,7 +125,7 @@ export default { |
|
|
this.$store.commit('order/buyerAskOrder/BUYER_ASK_SET_PRODUCTINFO', {
|
|
|
bid_moster_price: get(product, 'bid_moster_price', ''),
|
|
|
least_price: get(product, 'least_price', ''),
|
|
|
sizeName: product.name,
|
|
|
sizeName: product.size_name,
|
|
|
sizeId: get(data, 'sizeId', ''),
|
|
|
colorName: get(this.productDetail, 'goods_list[0].color_name', ''),
|
|
|
product_name: this.goodsName,
|
...
|
...
|
|