Browse Source

yarn lint --fix

EthnaYeh 7 years ago
parent
commit
d986e9bab5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/gambleMember/history/index.vue
  2. 1 1
      src/views/gambleMember/index.vue

+ 1 - 1
src/views/gambleMember/history/index.vue

237
     },
237
     },
238
     moneyColor(money) {
238
     moneyColor(money) {
239
       return money >= 0 ? { color: '#67C23A' } : { color: '#FA5555' }
239
       return money >= 0 ? { color: '#67C23A' } : { color: '#FA5555' }
240
-    },
240
+    }
241
   },
241
   },
242
   destroyed() {
242
   destroyed() {
243
     this.SetVisible(true)
243
     this.SetVisible(true)

+ 1 - 1
src/views/gambleMember/index.vue

216
       this.SetVisible(false)
216
       this.SetVisible(false)
217
       this.member = temp
217
       this.member = temp
218
     },
218
     },
219
-    handleLog(row){
219
+    handleLog(row) {
220
       console.log('上下分紀錄', row)
220
       console.log('上下分紀錄', row)
221
     },
221
     },
222
     handleFilter() {
222
     handleFilter() {