更换支付宝渠道

This commit is contained in:
jueweijue 2024-06-15 06:03:46 +08:00
parent 2f16194b79
commit 04af4d8cfb
4 changed files with 4 additions and 4 deletions

View File

@ -165,7 +165,7 @@ export default function WechatBar({
<div className="flex flex-row">
<button
className="flex flex-row flex-1 mx-2 items-center justify-center bg-[#FF669E] rounded-lg py-2"
onClick={() => handlePurchase("yeepay_alipay_h5")}
onClick={() => handlePurchase("alipay_h5")}
>
<p className="text-white text-base ml-1">立即购买</p>
</button>

View File

@ -286,7 +286,7 @@ export default function Pay() {
<div className="flex flex-row justify-between">
<div className="basis-1/2 px-2">
<div
onClick={() => createOrder("yeepay_alipay_h5")}
onClick={() => createOrder("alipay_h5")}
className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-primary rounded-full"
>
<img

View File

@ -288,7 +288,7 @@ export default function Vip() {
<div className="flex flex-row justify-between">
<div className="basis-1/2 px-2">
<div
onClick={() => createOrder("yeepay_alipay_h5")}
onClick={() => createOrder("alipay_h5")}
className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-primary rounded-full"
>
<img

View File

@ -312,7 +312,7 @@ export default function Pay({ params }) {
<div className="flex flex-row justify-between">
<div className="basis-1/2 px-2">
<div
onClick={() => createOrder("yeepay_alipay_h5")}
onClick={() => createOrder("alipay_h5")}
className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-primary rounded-full"
>
<img