修改禅道bug

This commit is contained in:
2026-03-11 15:59:57 +08:00
parent 4d3b2b13b8
commit 2a316f89c6
40 changed files with 104 additions and 99 deletions

View File

@@ -163,7 +163,7 @@ export default {
// const flags = flags || [];
const currentDiff = diff || 0;
const currentFlag = flags[0] || 0;
const currentFlag = data?.flags[0] || 0;
// const prefix = currentFlag === 1 ? '+' : '';
// 根据标志位选择不同的样式类
if (currentFlag === 1) {