为微信支付添加redirect_url
This commit is contained in:
parent
5b8eb44c83
commit
46ff35449c
|
@ -69,7 +69,8 @@ export default function WechatBar({
|
||||||
case "wxpay_h5":
|
case "wxpay_h5":
|
||||||
router.push(
|
router.push(
|
||||||
`https://weixin.tiefen.fun/pay/wxpay_h5/${encodeURIComponent(
|
`https://weixin.tiefen.fun/pay/wxpay_h5/${encodeURIComponent(
|
||||||
temData.data.wxpay_h5_param_str
|
temData.data.wxpay_h5_param_str +
|
||||||
|
"&redirect_url=https%3A%2F%2Ftiefen.fun%2Fpurchased"
|
||||||
)}`
|
)}`
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue