|
@@ -198,7 +198,7 @@ export default defineComponent({
|
|
|
{/* <Cell border={false} title="优惠卷" value="暂无可用优惠卷"></Cell>
|
|
|
<Cell border={false} title="乐乐币抵扣" value={"-¥" + cartConfirm.calcAmount.promotionAmount}></Cell> */}
|
|
|
<UseCoupons
|
|
|
- orderType={couponEnum.GOODS}
|
|
|
+ orderType="GOODS"
|
|
|
orderAmount={cartConfirm.calcAmount.totalAmount}
|
|
|
onCouponSelect={(coupon) => {
|
|
|
const discountPrice = coupon.map(n => n.discountPrice).reduce((total,n) => {
|