Browse Source

bug修改

wangfei 6 years ago
parent
commit
98020d8d0f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/views/supportMain/supportMain.vue

+ 1
- 1
src/views/supportMain/supportMain.vue View File

73
       showPage: false
73
       showPage: false
74
     }
74
     }
75
   },
75
   },
76
-  created () {
76
+  methods () {
77
     this.getGame().then(() => {
77
     this.getGame().then(() => {
78
       if (this.game.game.Status == 2) {
78
       if (this.game.game.Status == 2) {
79
         this.btn.text = '活动已结束'
79
         this.btn.text = '活动已结束'