|
@@ -94,7 +94,8 @@ var vm = new Vue({
|
|
},
|
|
},
|
|
goHandle (item) {
|
|
goHandle (item) {
|
|
if (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 == '前往升级') {
|
|
} else if (item == '前往升级') {
|
|
window.open('/swordfish/page_big_pc/free/svip/buy?type=upgrade')
|
|
window.open('/swordfish/page_big_pc/free/svip/buy?type=upgrade')
|
|
this.tipDialog = false
|
|
this.tipDialog = false
|
|
@@ -106,7 +107,8 @@ var vm = new Vue({
|
|
tipDialogShow () {
|
|
tipDialogShow () {
|
|
const usage = this.points
|
|
const usage = this.points
|
|
if(usage.provin === -1 || !this.showUpdate) {
|
|
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 {
|
|
} else {
|
|
this.tipDialog = true
|
|
this.tipDialog = true
|
|
}
|
|
}
|