ethan 6 yıl önce
ebeveyn
işleme
0251ac187b
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      src/utils/point.js

+ 2 - 0
src/utils/point.js

@@ -13,6 +13,8 @@ export function ponitTransform(dealingRecord) {
13 13
     return `尻`
14 14
   } else if (point1 === 0 || point2 === 0) {
15 15
     return `${point1 === 0 ? nzhhk.encodeS(`${point2}`) : nzhhk.encodeS(`${point1}`)}點半`
16
+  } else if (point1 === -1 || point2 === -1) {
17
+    return `莊家通賠`
16 18
   } else {
17 19
     return `${nzhhk.encodeS(`${totalPoints}`)}點`
18 20
   }