diff --git a/src/pages/shop/checkout.tsx b/src/pages/shop/checkout.tsx index 68afffc..f287cef 100644 --- a/src/pages/shop/checkout.tsx +++ b/src/pages/shop/checkout.tsx @@ -518,27 +518,27 @@ const CheckoutPage: React.FC = () => { 支付方式 {/* 微信支付 */} - setPayType(1)} - > - - - - - 微信支付 - 推荐使用 - - - {payType === 1 && ( - - )} - - + {/* setPayType(1)}*/} + {/*>*/} + {/* */} + {/* */} + {/* */} + {/* */} + {/* 微信支付*/} + {/* 推荐使用*/} + {/* */} + {/* */} + {/* {payType === 1 && (*/} + {/* */} + {/* )}*/} + {/* */} + {/**/} {/* 余额支付 */}