Skip to content

Commit af72135

Browse files
committed
.
1 parent 12d1ba8 commit af72135

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/QiMen.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ function paiFeiPan() { // 飞盘
166166
}
167167
let mark = 0
168168
for (let i = 0; i < 8; i++) { //
169+
if (shiZhiGong === 5) shiZhiGong = 2
169170
if ((shiZhiGong + i) % 9 === 5) mark = 1
170171
cfg.value[(shiZhiGong + i + mark - 1) % 9 + 1][8] = [...MEN_F, ...MEN_F][MEN_F.indexOf(zhiShi.value) + i]
171172
}

0 commit comments

Comments
 (0)