Bläddra i källkod

Merge branch 'iteration_1.3.4' into dev

skyblued 2 år sedan
förälder
incheckning
823a07cb63
1 ändrade filer med 1 tillägg och 1 borttagningar
  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) => {