自动修改

This commit is contained in:
2026-07-12 07:50:27 +08:00
parent b74e4e4fe5
commit d0f0fa09af
18 changed files with 117 additions and 66 deletions
+2 -2
View File
@@ -140,11 +140,11 @@ export default function PayPage() {
if (!paid) {
alert('支付结果确认中,请稍后在订单列表查看');
}
navigate('/orders?tab=pending_ship');
navigate('/orders?tab=paid');
return;
}
navigate('/orders?tab=pending_ship');
navigate('/orders?tab=paid');
} catch (e) {
if (isWechatAuthRequiredError(e)) {
setNeedsWechatAuth(true);