pre 环境https证书问题
This commit is contained in:
parent
b814cab707
commit
3eba649603
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue