修改禅道bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user