上拉样式提交
parent
7c5a107a82
commit
5fe01d3360
|
|
@ -66,7 +66,7 @@
|
|||
</swiper-item>
|
||||
</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"
|
||||
text="暂无日志" :imgWidth="200"
|
||||
:imgHeight="200"></tn-empty>
|
||||
|
|
@ -98,7 +98,8 @@ export default {
|
|||
},
|
||||
status: 'more',
|
||||
loading: false,
|
||||
agriName: null
|
||||
agriName: null,
|
||||
isShowEmpty: false,
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
|
@ -194,7 +195,8 @@ export default {
|
|||
// }).finally(() => {
|
||||
// if (this.logList && this.logList.length>0) {
|
||||
// this.tabList = this.logList.filter(item => item.roll_film === `jm${this.current+1}`);
|
||||
// }
|
||||
// } else {
|
||||
// this.isShowEmpty = true;
|
||||
// this.loading = false;
|
||||
// }
|
||||
setTimeout(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue