Ver Fonte

Merge branch 'master' of http://git.cc-lotus.info/Information/cxyy-web

zs há 8 meses atrás
pai
commit
b2c988210a
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/one/index.vue

+ 2 - 2
src/views/one/index.vue

@@ -213,13 +213,13 @@ const searchOther = async () => {
 const searchMatch = async () => {
   const info = {
     skip: 0,
-    limit: 7,
+    limit: 5,
     is_use: '0',
     status: '1'
   }
   const res = await matchStore.query(info)
   if (res.errcode == '0') {
-    matchList.value = res.data.slice(1, 7)
+    matchList.value = res.data.slice(1, 5)
     matchInfo.value = res.data[0]
   }
 }