自动修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user