测试微信h5支付
This commit is contained in:
parent
6eb892bfba
commit
c2a1bdaac5
|
@ -135,7 +135,7 @@ export default function Pay() {
|
||||||
break;
|
break;
|
||||||
case "wxpay_jsapi":
|
case "wxpay_jsapi":
|
||||||
router.push(
|
router.push(
|
||||||
`https://weixin.tiefen.fun/wxpay_h5/${encodeURIComponent(
|
`https://weixin.tiefen.fun/pay/wxpay_h5/${encodeURIComponent(
|
||||||
data.data.wxpay_h5_param_str
|
data.data.wxpay_h5_param_str
|
||||||
)}`
|
)}`
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue