浏览代码

add -1/-1

ethan 6 年之前
父节点
当前提交
0251ac187b
共有 1 个文件被更改,包括 2 次插入0 次删除
  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
   }