更换支付宝渠道
This commit is contained in:
parent
2f16194b79
commit
04af4d8cfb
|
@ -165,7 +165,7 @@ export default function WechatBar({
|
||||||
<div className="flex flex-row">
|
<div className="flex flex-row">
|
||||||
<button
|
<button
|
||||||
className="flex flex-row flex-1 mx-2 items-center justify-center bg-[#FF669E] rounded-lg py-2"
|
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>
|
<p className="text-white text-base ml-1">立即购买</p>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -286,7 +286,7 @@ export default function Pay() {
|
||||||
<div className="flex flex-row justify-between">
|
<div className="flex flex-row justify-between">
|
||||||
<div className="basis-1/2 px-2">
|
<div className="basis-1/2 px-2">
|
||||||
<div
|
<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"
|
className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-primary rounded-full"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
|
|
|
@ -288,7 +288,7 @@ export default function Vip() {
|
||||||
<div className="flex flex-row justify-between">
|
<div className="flex flex-row justify-between">
|
||||||
<div className="basis-1/2 px-2">
|
<div className="basis-1/2 px-2">
|
||||||
<div
|
<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"
|
className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-primary rounded-full"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
|
|
|
@ -312,7 +312,7 @@ export default function Pay({ params }) {
|
||||||
<div className="flex flex-row justify-between">
|
<div className="flex flex-row justify-between">
|
||||||
<div className="basis-1/2 px-2">
|
<div className="basis-1/2 px-2">
|
||||||
<div
|
<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"
|
className="flex flex-row cursor-pointer gap-1.5 h-11 items-center justify-center bg-primary rounded-full"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
|
|
Loading…
Reference in New Issue