This commit is contained in:
ywyonui 2025-08-30 12:02:59 +08:00
parent 456792dc99
commit 67a2617493
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
const ip: string = "127.0.0.1:8897"; // const ip: string = "127.0.0.1:8897";
// const ip: string = "lzcxsx.cn"; const ip: string = "lzcxsx.cn";
const fwqip: string = "lzcxsx.cn"; const fwqip: string = "lzcxsx.cn";
//const ip: string = "zhxy.yufangzc.com"; //const ip: string = "zhxy.yufangzc.com";
//const fwqip: string = "zhxy.yufangzc.com"; //const fwqip: string = "zhxy.yufangzc.com";

View File

@ -140,10 +140,10 @@ const payNow = async () => {
url: `/pages/base/xk/pay/wait?payUrl=${encodeURIComponent(res.result.cashierPayHtml)}` url: `/pages/base/xk/pay/wait?payUrl=${encodeURIComponent(res.result.cashierPayHtml)}`
}); });
} }
} catch (error) { } catch (error: any) {
console.log(error); console.log(error);
uni.showToast({ uni.showToast({
title: "发起支付失败", title: error.message || "发起支付失败",
icon: "error", icon: "error",
}); });
// const url = "https://www.baidu.com"; // const url = "https://www.baidu.com";