h5购买微信改为支付宝渠道
This commit is contained in:
parent
91b20d6516
commit
35437d6aa8
|
@ -140,7 +140,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("wxpay_h5")}
|
||||
onClick={() => handlePurchase("alipay_h5")}
|
||||
>
|
||||
<p className="text-white text-base ml-1">立即购买</p>
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue