Pārlūkot izejas kodu

gameBucket reload

ethan 7 gadi atpakaļ
vecāks
revīzija
43134951eb
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/views/gambleGameBucket/detail/index.vue

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

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