From 50519b7cbcef915ecb4e432ecf3660af70ea7c99 Mon Sep 17 00:00:00 2001
From: anyv <anyu@bronet.cn>
Date: Mon, 3 Jun 2019 09:36:10 +0800
Subject: [PATCH] 958

---
 public/themes/simpleboot3/portal/goodsdetails/goods_details.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/themes/simpleboot3/portal/goodsdetails/goods_details.html b/public/themes/simpleboot3/portal/goodsdetails/goods_details.html
index 5a1b1ca..2550870 100644
--- a/public/themes/simpleboot3/portal/goodsdetails/goods_details.html
+++ b/public/themes/simpleboot3/portal/goodsdetails/goods_details.html
@@ -14,7 +14,7 @@
 <div class="detail_box">
     <!-- 顶部 -->
     <div class="detail_top order_top">
-        <a href="javascript:window.history.back()">
+        <a href="javascript:history.go(-1)">
             <img src="__TMPL__/public/assets/images/left2.png" alt="">
         </a>
         <p style="color:white">商品详情</p>
--
libgit2 0.24.0