shizhongqi 1 месяц назад
Родитель
Сommit
bf2c77251c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghsApp/src/mixins/product.js

+ 1 - 1
ghsApp/src/mixins/product.js

@@ -405,7 +405,7 @@ export default {
 				const originalPrice = Number(itemInfo.originPrice) //原始价
 				const result = {
 					total: 0,
-					unitPrice: 0,
+					unitPrice: specialPrice,
 					specialPrice: specialPrice,
 					originalPrice: originalPrice,
 					exceedNum: 0,