Browse Source

Merge branch 'iteration_1.3.4' into dev

skyblued 2 years ago
parent
commit
823a07cb63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/cart/cart-confirm/index.tsx

+ 1 - 1
src/views/cart/cart-confirm/index.tsx

@@ -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) => {