上拉样式提交
parent
7c5a107a82
commit
5fe01d3360
|
|
@ -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(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue