1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user