Merge pull request '测试微信h5支付' (#71) from feat-20240218 into main

Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_web/pulls/71
This commit is contained in:
yezian 2024-02-26 23:48:34 +08:00
commit 0d8e04558c
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ export default function Pay() {
break;
case "wxpay_jsapi":
router.push(
`https://weixin.tiefen.fun/wxpay_h5/${encodeURIComponent(
`https://weixin.tiefen.fun/pay/wxpay_h5/${encodeURIComponent(
data.data.wxpay_h5_param_str
)}`
);