Browse Source

修改本期要目查询数量

zhy 1 month ago
parent
commit
028cf59e43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Home.vue

+ 1 - 1
src/views/Home.vue

@@ -176,7 +176,7 @@ export default {
       const list = ['9', '007', '4', '2']
       list.forEach(async e => {
         let num
-        if (e === '9') num = 6
+        if (e === '9') num = 5
         if (e === '007') num = 8
         if (e === '4') num = 4
         if (e === '2') num = 5