pre 环境https证书问题

This commit is contained in:
zhangguoping 2024-09-02 14:45:03 +08:00
parent b814cab707
commit 3eba649603
1 changed files with 1 additions and 2 deletions

View File

@ -279,6 +279,7 @@
}, },
//根据token获取商品信息 //根据token获取商品信息
async getGoods() { async getGoods() {
debugger;
sessionStorage.setItem('backShow', ''); sessionStorage.setItem('backShow', '');
let self = this; let self = this;
let showType = localStorage.getItem('showType'); let showType = localStorage.getItem('showType');
@ -589,9 +590,7 @@
*/ */
// 组合立减金+微信渠道 // 组合立减金+微信渠道
debugger;
if (recharge_type == 2 && type == 2 && entity.channel == 2) { if (recharge_type == 2 && type == 2 && entity.channel == 2) {
console.log(window.location);
return window.location.replace("./wx-combining.html"); return window.location.replace("./wx-combining.html");
} }