fix: 修改为绝对路径
This commit is contained in:
parent
0fa9f34df4
commit
e1d98f9c55
|
@ -213,10 +213,8 @@
|
|||
})
|
||||
.catch((err) => { this.loading = false; });
|
||||
},
|
||||
|
||||
/* 核销云闪付立减金 */
|
||||
verificationYsf({ order_number }) {
|
||||
console.log(order_number);
|
||||
let params = {
|
||||
order_number: order_number,
|
||||
channel: "3", //立减金发放渠道,1:支付宝;2:微信 3:云闪付
|
||||
|
|
|
@ -252,7 +252,7 @@
|
|||
|
||||
let pageV2 = await this.isPageV2(data, type); // 新页面,无须授权
|
||||
if (pageV2) {
|
||||
wxauth_url = "goods-v2/ysf-reduce.html";
|
||||
wxauth_url = "/goods-v2/ysf-reduce.html";
|
||||
} else {
|
||||
// xw 模块
|
||||
if (data.is_voucher_auto) {
|
||||
|
|
Loading…
Reference in New Issue