上拉样式提交

feasure-livedata
lld 2026-03-30 03:10:54 +08:00
parent 7c5a107a82
commit 5fe01d3360
1 changed files with 5 additions and 3 deletions

View File

@ -66,7 +66,7 @@
</swiper-item> </swiper-item>
</swiper> </swiper>
<view class="empty__item tn-margin-top empty__view" v-else> <view class="empty__item tn-margin-top empty__view" v-if="isShowEmpty">
<tn-empty icon="https://resource.tuniaokj.com/images/empty/alien/2.png" <tn-empty icon="https://resource.tuniaokj.com/images/empty/alien/2.png"
text="暂无日志" :imgWidth="200" text="暂无日志" :imgWidth="200"
:imgHeight="200"></tn-empty> :imgHeight="200"></tn-empty>
@ -98,7 +98,8 @@ export default {
}, },
status: 'more', status: 'more',
loading: false, loading: false,
agriName: null agriName: null,
isShowEmpty: false,
} }
}, },
mounted() { mounted() {
@ -194,7 +195,8 @@ export default {
// }).finally(() => { // }).finally(() => {
// if (this.logList && this.logList.length>0) { // if (this.logList && this.logList.length>0) {
// this.tabList = this.logList.filter(item => item.roll_film === `jm${this.current+1}`); // this.tabList = this.logList.filter(item => item.roll_film === `jm${this.current+1}`);
// } // } else {
// this.isShowEmpty = true;
// this.loading = false; // this.loading = false;
// } // }
setTimeout(() => { setTimeout(() => {