h5购买微信改为支付宝渠道

This commit is contained in:
yezian 2024-04-30 16:05:19 +08:00
parent 91b20d6516
commit 35437d6aa8
1 changed files with 1 additions and 1 deletions

View File

@ -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>