Browse Source

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

汤世哲 2 years ago
parent
commit
1778550354
1 changed files with 1 additions and 1 deletions
  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
           }
         }