lrf il y a 8 mois
Parent
commit
1532586722
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 searchMatch = async () => {
   const info = {
   const info = {
     skip: 0,
     skip: 0,
-    limit: 7,
+    limit: 5,
     is_use: '0',
     is_use: '0',
     status: '1'
     status: '1'
   }
   }
   const res = await matchStore.query(info)
   const res = await matchStore.query(info)
   if (res.errcode == '0') {
   if (res.errcode == '0') {
-    matchList.value = res.data.slice(1, 7)
+    matchList.value = res.data.slice(1, 5)
     matchInfo.value = res.data[0]
     matchInfo.value = res.data[0]
   }
   }
 }
 }