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

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

@@ -173,6 +173,7 @@ export default {
173 173
         dealingTemp = response.data.rows.filter(record => {
174 174
           return record.door !== -1
175 175
         })
176
+        // TODO refactor
176 177
         let deal = {}
177 178
         dealingTemp.map((record, index) => {
178 179
           if (index % 6 === 0) {