Browse Source

Merge branch 'dev/v4.9.55_tsz' of qmx/jy into feature/v4.9.55

汤世哲 9 months ago
parent
commit
1cc1f5cfef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/web/staticres/frontRouter/pc/my_data_packet/js/index-pc.js

+ 1 - 1
src/web/staticres/frontRouter/pc/my_data_packet/js/index-pc.js

@@ -41,7 +41,7 @@ var vm = new Vue({
 		}
 		}
       },
       },
       goBuyPage () {
       goBuyPage () {
-        location.href = '/front/dataPack/createOrder'
+        window.open('/front/dataPack/createOrder', '_blank')
       },
       },
       tabClick() {
       tabClick() {
         this.setUrlQuery()
         this.setUrlQuery()