|
@ -90,7 +90,6 @@ const getMoreList = computed(()=>{ |
|
|
const getButtonList = computed(()=>{ |
|
|
const getButtonList = computed(()=>{ |
|
|
let list = showList() |
|
|
let list = showList() |
|
|
if(list.length>props.showMoreLength){ |
|
|
if(list.length>props.showMoreLength){ |
|
|
console.log('list===',list) |
|
|
|
|
|
return list.slice(0, props.showMoreLength) |
|
|
return list.slice(0, props.showMoreLength) |
|
|
} |
|
|
} |
|
|
return list |
|
|
return list |
|
|