fix: 修改为绝对路径

This commit is contained in:
zhangds 2024-04-29 13:58:02 +08:00
parent 0fa9f34df4
commit e1d98f9c55
2 changed files with 1 additions and 3 deletions

View File

@ -213,10 +213,8 @@
}) })
.catch((err) => { this.loading = false; }); .catch((err) => { this.loading = false; });
}, },
/* 核销云闪付立减金 */ /* 核销云闪付立减金 */
verificationYsf({ order_number }) { verificationYsf({ order_number }) {
console.log(order_number);
let params = { let params = {
order_number: order_number, order_number: order_number,
channel: "3", //立减金发放渠道1支付宝2微信 3云闪付 channel: "3", //立减金发放渠道1支付宝2微信 3云闪付

View File

@ -252,7 +252,7 @@
let pageV2 = await this.isPageV2(data, type); // 新页面,无须授权 let pageV2 = await this.isPageV2(data, type); // 新页面,无须授权
if (pageV2) { if (pageV2) {
wxauth_url = "goods-v2/ysf-reduce.html"; wxauth_url = "/goods-v2/ysf-reduce.html";
} else { } else {
// xw 模块 // xw 模块
if (data.is_voucher_auto) { if (data.is_voucher_auto) {