1 line
518 B
Plaintext
1 line
518 B
Plaintext
<view class="container"><view s-if="{{a}}" class="loading"></view><view s-elif="{{b}}" class="error-box" bindtap="{{d}}"><image src="{{c}}" class="loading_err"></image><text style="align-self:center;margin-top:10px;color:#cecece;font-size:14px">加载失败</text></view><view s-elif="{{e}}" class="error-box" bindtap="{{g}}"><image src="{{f}}" class="loading_err"></image><text style="align-self:center;margin-top:10px;color:#cecece;font-size:14px">暂无数据</text></view><block s-else><slot></slot></block></view> |