From 96a171067550f2b9854cd1eface7253254f16277 Mon Sep 17 00:00:00 2001 From: zhangds Date: Wed, 8 May 2024 10:17:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- goods-v2/ysf-reduce.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/goods-v2/ysf-reduce.html b/goods-v2/ysf-reduce.html index ec7fed1..800ebc0 100644 --- a/goods-v2/ysf-reduce.html +++ b/goods-v2/ysf-reduce.html @@ -18,8 +18,8 @@
- +
{{prompt_text}}
@@ -148,10 +148,6 @@ } }, mounted() { - window.addEventListener('popstate', function (event) { - history.go(-2); // 监听返回按钮 直接关闭按钮 - }); - document.title = localStorage.getItem('title'); /* 判断是否是微信小程序内 */ let ua = window.navigator.userAgent.toLowerCase();