浏览代码

add comment

EthnaYeh 7 年之前
父节点
当前提交
e303be73cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/gambleGameBucket/detail/index.vue

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

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