调整退款校验页面跳转

This commit is contained in:
ywyonui 2025-09-22 19:36:41 +08:00
parent 5ea59d1a37
commit cab46361fe

View File

@ -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",
});
}
},
/**
*