Browse Source

fix bookie

EthnaYeh 6 years ago
parent
commit
66fcd65001
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/gambleGameBucket/detail/index.vue

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

374
         return `${this.dealing[0][`point1_${colIndex}`]} | ${this.dealing[0][`point2_${colIndex}`]} / ${this.point({point1: this.dealing[0][`point1_${colIndex}`] ,point2: this.dealing[0][`point2_${colIndex}`] ,totalPoints: this.dealing[0][`totalPoints_${colIndex}`]})}`
374
         return `${this.dealing[0][`point1_${colIndex}`]} | ${this.dealing[0][`point2_${colIndex}`]} / ${this.point({point1: this.dealing[0][`point1_${colIndex}`] ,point2: this.dealing[0][`point2_${colIndex}`] ,totalPoints: this.dealing[0][`totalPoints_${colIndex}`]})}`
375
       }
375
       }
376
       if (rowIndex === 1) {
376
       if (rowIndex === 1) {
377
-        return this.dealing[1][`member_${colIndex+1}`] ? `${this.dealing[1][`member_${colIndex+1}`]}` : '從缺'
377
+        return this.dealing[1][`member_${colIndex}`] ? `${this.dealing[1][`member_${colIndex}`]}` : '從缺'
378
       }
378
       }
379
     },
379
     },
380
     _sum(i) {
380
     _sum(i) {