<text class="loading-text">{{refreshText}}</text>
</div>
</uni-refresh>
<uni-cell v-for="(item, index) in dataList" :key="item.id" :id="item.id" @click="clickHandle(item, index)" @appearHandle="apperaHandle">
<text>{{index}}</text>
<waterfallImage :checked="item.checked" :uri="item.uri"></waterfallImage>
</uni-cell>
<uni-cell v-if="isNoData">
<emptyPage :hasDataEmpty='true' :dataContent="
暂无${typeName}"></emptyPage></uni-cell>
<loading v-if="isLoading" class="loading-box">
<view class="loading-more">
<text class="loading-more-text">{{loadingText}}</text>
</view>
</loading>
</waterfall>