diff --git a/app/pay/page.jsx b/app/pay/page.jsx index be2a05b..5fe1eaa 100644 --- a/app/pay/page.jsx +++ b/app/pay/page.jsx @@ -9,6 +9,12 @@ import webviewBaseRequest from "@/utils/webviewBaseRequest"; export default function Pay() { const router = useRouter(); + const alipayBlock = () => { + Toast.show({ + content: "支付渠道维护升级中,请24小时后再试", + }); + }; + //商品列表 const [productList, setProductList] = useState([]); @@ -275,7 +281,7 @@ export default function Pay() {
- 支付宝支付 + 支付宝(维护中)