调整退款校验页面跳转
This commit is contained in:
parent
5ea59d1a37
commit
cab46361fe
@ -38,8 +38,15 @@ export const PageUtils = {
|
||||
return;
|
||||
}
|
||||
}
|
||||
// 判断业务逻辑,并跳转界面
|
||||
await this.checkLogicPage(lxId, action);
|
||||
try {
|
||||
// 判断业务逻辑,并跳转界面
|
||||
await this.checkLogicPage(lxId, action);
|
||||
} catch (error) {
|
||||
console.error("逻辑校验失败:", error);
|
||||
uni.reLaunch({
|
||||
url: "/pages/base/home/xsXz",
|
||||
});
|
||||
}
|
||||
},
|
||||
/**
|
||||
* 判断业务逻辑,并跳转界面
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user