Skip to content

Commit 00136fc

Browse files
committed
.
1 parent b70dcd0 commit 00136fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/QiMen.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ function paiZhuanPan() { // 转盘
199199
const shenList = juShu.value > 0 ? SHEN_Z : [SHEN_Z[0], ...SHEN_Z.slice().reverse()]
200200
cfg.value[j][2] = shenList[i]
201201
}
202+
// 天禽寄宫
203+
const jiGongNum = +Object.keys(cfg.value).find(k => cfg.value[k][5] === $jiXing())
204+
cfg.value[jiGongNum][4] = '' + cfg.value[5][9]
202205
}
203206
function paiPan(type) {
204207
if (!shiGan.value || !shiZhi.value || !juShu.value) return

0 commit comments

Comments
 (0)