Browse Source

Merge branch 'dev/v4.8.17_cyl' of qmx/jy into feature/v4.8.17

汤世哲 2 năm trước cách đây
mục cha
commit
450d3c8d26
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/web/templates/big-member/wx/page_customer.html

+ 1 - 1
src/web/templates/big-member/wx/page_customer.html

@@ -71,7 +71,7 @@
               var hasQueryParams = goHref.lastIndexOf('?') !== -1
               goHref += ((hasQueryParams ? '&' : '?') + 'auto=1')
             }
-            location.href = goHref
+            location.replace(goHref)
             return
           }
         }