skyblued il y a 2 ans
Parent
commit
6649cb5dd4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) => {