From 3eba64960362ada9db5455eef2db7844becb8c31 Mon Sep 17 00:00:00 2001 From: zhangguoping Date: Mon, 2 Sep 2024 14:45:03 +0800 Subject: [PATCH] =?UTF-8?q?pre=20=E7=8E=AF=E5=A2=83https=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homepage.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"); }