skyblued %!s(int64=2) %!d(string=hai) anos
pai
achega
6649cb5dd4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) => {