ソースを参照

分配数大于0才判断

Michael Wang 4 年 前
コミット
bbb00ac7e1
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/features/mark/MarkHeader.vue

+ 1 - 0
src/features/mark/MarkHeader.vue

@@ -382,6 +382,7 @@ export default defineComponent({
     watchEffect(() => {
       if (
         isNumber(store.setting.topCount) &&
+        store.setting.topCount > 0 &&
         store.setting.topCount === store.status.personCount
       ) {
         Modal.confirm({