取消支付宝维护;开放提现
This commit is contained in:
parent
72e688f2e5
commit
2d236d87f6
|
@ -286,7 +286,7 @@ export default function Pay() {
|
|||
<div className="flex mt-auto mb-12">
|
||||
<div className="basis-1/2 px-2">
|
||||
<button
|
||||
onClick={alipayBlock}
|
||||
onClick={() => createOrder("alipay_h5")}
|
||||
className="flex flex-row h-12 w-full items-center justify-center bg-primary rounded-full py-2"
|
||||
>
|
||||
<svg viewBox="0 0 1024 1024" width="18" height="18">
|
||||
|
@ -295,9 +295,7 @@ export default function Pay() {
|
|||
fill="#FFFFFF"
|
||||
></path>
|
||||
</svg>
|
||||
<p className="text-white text-base ml-1">
|
||||
支付宝<span className="text-xs">(维护中)</span>
|
||||
</p>
|
||||
<p className="text-white text-base ml-1">支付宝支付</p>
|
||||
</button>
|
||||
</div>
|
||||
<div className="basis-1/2 px-2">
|
||||
|
|
|
@ -254,12 +254,12 @@ export default function Vip() {
|
|||
<div className="flex flex-row justify-between">
|
||||
<div className="basis-1/2 pr-2">
|
||||
<div
|
||||
onClick={alipayBlock}
|
||||
onClick={() => createOrder("alipay_h5")}
|
||||
className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-primary rounded-full"
|
||||
>
|
||||
<Image src={alipay} width={22} alt="" />
|
||||
<p className="text-white text-base font-medium whitespace-nowrap">
|
||||
支付宝<span className="text-xs">(维护中)</span>
|
||||
支付宝支付
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -174,10 +174,10 @@ export default function WithDrawal() {
|
|||
//点击提交申请按钮
|
||||
const handleSubmit = async () => {
|
||||
//维护中
|
||||
Toast.show({
|
||||
content: "提现功能维护中,预计2月20日开放",
|
||||
});
|
||||
return;
|
||||
// Toast.show({
|
||||
// content: "提现功能维护中,预计2月20日开放",
|
||||
// });
|
||||
// return;
|
||||
|
||||
if (!withdrawalNum || withdrawalNum < 2000) {
|
||||
Toast.show({
|
||||
|
|
Loading…
Reference in New Issue