修改微信h5支付redirect_url
This commit is contained in:
parent
46ff35449c
commit
7fc65cad30
|
@ -70,7 +70,7 @@ export default function WechatBar({
|
||||||
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"
|
"&redirect_url=https%3A%2F%2Fweixin.tiefen.fun%2Fpurchased"
|
||||||
)}`
|
)}`
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue