Browse Source

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

wenmenghao 9 tháng trước cách đây
mục cha
commit
ed4121d91a

+ 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
       }