This commit is contained in:
yanran200730
2022-08-15 15:25:30 +08:00
parent 996d536e63
commit 9aa783671c

View File

@@ -18,7 +18,7 @@
<span>重新定位</span>
</div>
</div>
<AiEmpty v-if="!list.length"/>
<AiEmpty v-if="!list.length && isMore" />
</div>
</div>
</template>
@@ -60,7 +60,7 @@ export default {
}
}).then(res => {
if (res?.data) {
if (res.data.records.length < 10) {
if (res.data.records.length < 10 && this.current === 1) {
this.isMore = true
}