From f645f5675b0c58a97af72c34b274a05151af1e9a Mon Sep 17 00:00:00 2001 From: zhangds Date: Thu, 22 Feb 2024 17:53:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8C=85=E7=A0=81?= =?UTF-8?q?=E5=95=86=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- packkey/{exchange.html => goods-exchange.html} | 0 packkey/{index.html => goods-index.html} | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename packkey/{exchange.html => goods-exchange.html} (100%) rename packkey/{index.html => goods-index.html} (98%) diff --git a/index.html b/index.html index ebad97d..54017d1 100644 --- a/index.html +++ b/index.html @@ -226,7 +226,7 @@ // 存储数据 sessionStorage.setItem("bm_auth", JSON.stringify(data)); // 跳转包码页面 - window.location.href = './packkey/index.html'; + window.location.href = './packkey/goods-index.html'; return } }, diff --git a/packkey/exchange.html b/packkey/goods-exchange.html similarity index 100% rename from packkey/exchange.html rename to packkey/goods-exchange.html diff --git a/packkey/index.html b/packkey/goods-index.html similarity index 98% rename from packkey/index.html rename to packkey/goods-index.html index 62db343..7dba19b 100644 --- a/packkey/index.html +++ b/packkey/goods-index.html @@ -109,7 +109,7 @@ settlementFun(bm_obj_data.key, bm_obj_data.settlement_data.settlement_type); } - window.location.href = './exchange.html' + window.location.href = './goods-exchange.html' } // 获取商品信息