|
@@ -35,9 +35,9 @@ const getData = async () => {
|
|
if (totol.value == list.value.length) {
|
|
if (totol.value == list.value.length) {
|
|
//显示noMore
|
|
//显示noMore
|
|
if (totol.value == 0) {
|
|
if (totol.value == 0) {
|
|
- noMore.value = true;
|
|
|
|
- } else {
|
|
|
|
noMore.value = false;
|
|
noMore.value = false;
|
|
|
|
+ } else {
|
|
|
|
+ noMore.value = true;
|
|
}
|
|
}
|
|
|
|
|
|
return
|
|
return
|
|
@@ -331,8 +331,6 @@ onUnmounted(() => {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
.home_mid {
|
|
.home_mid {
|
|
// background-color: blanchedalmond;
|
|
// background-color: blanchedalmond;
|
|
width: 1200px;
|
|
width: 1200px;
|