We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70dcd0 commit 00136fcCopy full SHA for 00136fc
src/components/QiMen.vue
@@ -199,6 +199,9 @@ function paiZhuanPan() { // 转盘
199
const shenList = juShu.value > 0 ? SHEN_Z : [SHEN_Z[0], ...SHEN_Z.slice().reverse()]
200
cfg.value[j][2] = shenList[i]
201
}
202
+ // 天禽寄宫
203
+ const jiGongNum = +Object.keys(cfg.value).find(k => cfg.value[k][5] === $jiXing())
204
+ cfg.value[jiGongNum][4] = '禽' + cfg.value[5][9]
205
206
function paiPan(type) {
207
if (!shiGan.value || !shiZhi.value || !juShu.value) return
0 commit comments