Commit 0998c138f26adc25ddc14962f5c4493199b6040b

Authored by fengtao
1 parent 7c21ad9b

fix:移除通知列表下拉刷新先显示无数据图片

... ... @@ -10,12 +10,6 @@
10 10 </view>
11 11 <view style="height: 110rpx;"></view>
12 12 <view class="notify-main">
13   - <!-- 无数据图片 -->
14   - <view v-if="list.length == 0" style="position: relative;top: 100rpx;flex-direction: column;" class="u-flex">
15   - <view><image style="width: 280rpx;height: 250rpx;" src="../../static/empty.png"></image></view>
16   - <view style="text-align: center;"><text style="font-size: 12px;color: gray;">~ 空空如也 ~</text></view>
17   - </view>
18   - <!-- 无数据图片 -->
19 13 <mescroll-body ref="mescrollRef" @init="mescrollInit" :down="downOption" @down="downCallback" @up="upCallback">
20 14 <view class="u-flex main">
21 15 <view @click="clickNotifyDetail(item, index)" class="u-flex main-item" v-for="(item, index) in list" :key="index">
... ...