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