瀏覽代碼

Merge branch 'dev/v4.9.43.7_wmh' of qmx/jy into hotfix/v4.9.43.7

wenmenghao 9 月之前
父節點
當前提交
ed4121d91a
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/web/staticres/frontRouter/pc/seeBuyerHistory/js/index-pc.js

+ 4 - 2
src/web/staticres/frontRouter/pc/seeBuyerHistory/js/index-pc.js

@@ -94,7 +94,8 @@ var vm = new Vue({
     },
     goHandle (item) {
       if (item == '充值画像包') {
-        location.href = '/swordfish/page_big_pc/free/filePack/buy?type=1'
+        // location.href = '/swordfish/page_big_pc/free/filePack/buy?type=1'
+        window.open('/swordfish/page_big_pc/free/filePack/buy?type=1', '_blank')
       } else if (item == '前往升级') {
         window.open('/swordfish/page_big_pc/free/svip/buy?type=upgrade')
         this.tipDialog = false
@@ -106,7 +107,8 @@ var vm = new Vue({
     tipDialogShow () {
       const usage =  this.points
       if(usage.provin === -1 || !this.showUpdate) {
-        location.href = '/swordfish/page_big_pc/free/filePack/buy?type=1'
+        window.open('/swordfish/page_big_pc/free/filePack/buy?type=1', '_blank')
+        // location.href = '/swordfish/page_big_pc/free/filePack/buy?type=1'
       } else {
         this.tipDialog = true
       }