Explorar el Código

gameBucket reload

ethan %!s(int64=6) %!d(string=hace) años
padre
commit
43134951eb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/gambleGameBucket/detail/index.vue

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

@@ -223,6 +223,7 @@ export default {
223 223
     //   this.bidChips = response.data
224 224
     // })
225 225
     fetchRoundCount(this.data.secondLayer).then((response) => {
226
+      this.listQuery.roun = response.data
226 227
       for (let i = 1; i <= response.data; i++) {
227 228
         this.roundOptions.push({ label: `第 ${i} 關`, key: i })
228 229
       }