瀏覽代碼

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

汤世哲 2 年之前
父節點
當前提交
450d3c8d26
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
               var hasQueryParams = goHref.lastIndexOf('?') !== -1
               goHref += ((hasQueryParams ? '&' : '?') + 'auto=1')
               goHref += ((hasQueryParams ? '&' : '?') + 'auto=1')
             }
             }
-            location.href = goHref
+            location.replace(goHref)
             return
             return
           }
           }
         }
         }