调整
This commit is contained in:
parent
456792dc99
commit
67a2617493
@ -1,5 +1,5 @@
|
||||
const ip: string = "127.0.0.1:8897";
|
||||
// const ip: string = "lzcxsx.cn";
|
||||
// const ip: string = "127.0.0.1:8897";
|
||||
const ip: string = "lzcxsx.cn";
|
||||
const fwqip: string = "lzcxsx.cn";
|
||||
//const ip: string = "zhxy.yufangzc.com";
|
||||
//const fwqip: string = "zhxy.yufangzc.com";
|
||||
|
||||
@ -140,10 +140,10 @@ const payNow = async () => {
|
||||
url: `/pages/base/xk/pay/wait?payUrl=${encodeURIComponent(res.result.cashierPayHtml)}`
|
||||
});
|
||||
}
|
||||
} catch (error) {
|
||||
} catch (error: any) {
|
||||
console.log(error);
|
||||
uni.showToast({
|
||||
title: "发起支付失败",
|
||||
title: error.message || "发起支付失败",
|
||||
icon: "error",
|
||||
});
|
||||
// const url = "https://www.baidu.com";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user