|
@@ -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]
|
|
|
}
|
|
|
}
|