From f38998a74835f00b8bb86a13534cbb61ea226492 Mon Sep 17 00:00:00 2001 From: zhangds Date: Wed, 8 May 2024 17:26:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- goods-v2/ysf-reduce.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goods-v2/ysf-reduce.html b/goods-v2/ysf-reduce.html index 800ebc0..58f4602 100644 --- a/goods-v2/ysf-reduce.html +++ b/goods-v2/ysf-reduce.html @@ -248,7 +248,7 @@ backGoodsFn() { /* 判断是否web-view打开 则不返回 */ if (this.isMini) return; - history.go(-2); + history.go(-3); }, /* 触发提示 */