浏览代码

fix bookie

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

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

@@ -374,7 +374,7 @@ export default {
374 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 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 380
     _sum(i) {