pikachu1995@126.com 2024-01-24 09:47:11 +08:00
commit b70a9bf0c0
1 changed files with 1 additions and 1 deletions

View File

@ -1634,7 +1634,7 @@ export default {
// alertQuantity: skus[index].alertQuantity,
cost: 1,
price: skus[index].price,
[spec[0].name]: specItem.value,
[spec[0].name]: skus[index][spec[0].name] ? skus[index][spec[0].name] : specItem.value,
images:
skus[index].images || this.baseInfoForm.goodsGalleryFiles || [],
};