diff --git a/app/[user_id]/_components/WechatBar/index.jsx b/app/[user_id]/_components/WechatBar/index.jsx index 6a9c8ae..2d75da9 100644 --- a/app/[user_id]/_components/WechatBar/index.jsx +++ b/app/[user_id]/_components/WechatBar/index.jsx @@ -70,7 +70,7 @@ export default function WechatBar({ router.push( `https://weixin.tiefen.fun/pay/wxpay_h5/${encodeURIComponent( temData.data.wxpay_h5_param_str + - "&redirect_url=https%3A%2F%2Ftiefen.fun%2Fpurchased" + "&redirect_url=https%3A%2F%2Fweixin.tiefen.fun%2Fpurchased" )}` ); break;