diff --git a/coupon/couponCollection.html b/coupon/couponCollection.html index 5c84800..b0c9024 100644 --- a/coupon/couponCollection.html +++ b/coupon/couponCollection.html @@ -332,7 +332,10 @@ }, backHandler () { - window.location.replace(localStorage.getItem('entryLink')) + let backUrl = window.history.length; + if (window.history.length) { + history.go(-backUrl + 1); + } }, // 单条弹框