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();