EthnaYeh 7 lat temu
rodzic
commit
e303be73cb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/gambleGameBucket/detail/index.vue

+ 1 - 1
src/views/gambleGameBucket/detail/index.vue

225
         this.detail = this.group.reduce((arr, element) => {
225
         this.detail = this.group.reduce((arr, element) => {
226
           return arr.concat(element)
226
           return arr.concat(element)
227
         }, [])
227
         }, [])
228
-
228
+        //TODO 抽出去
229
         const sum = (i) => {
229
         const sum = (i) => {
230
           let count = 0
230
           let count = 0
231
           for (let j = 0; j < i; j++) {
231
           for (let j = 0; j < i; j++) {