1 line
711 B
XML
1 line
711 B
XML
<view class="loading-footer row-center" style="{{('color: '+color)}}"><block a:if="{{status==='loading'}}"><view class="loading row"><loading class="mr20" vue-id="38842398-1" color="{{color}}" onVueInit="__l"></loading><text style="{{('color: '+color)}}">{{loadingText}}</text></view></block><block a:if="{{status==='finished'}}"><view class="finished">{{finishedText}}</view></block><block a:if="{{status==='error'}}"><view data-event-opts="{{[['tap',[['onRefresh',['$event']]]]]}}" onTap="__e">{{errorText}}</view></block><block a:if="{{status==='empty'}}"><view class="empty"><block a:if="{{!slotEmpty}}"><text>暂无数据</text></block><block a:else><slot name="empty"></slot></block></view></block></view> |