ts_aimz_uni/unpackage/dist/dev/mp-toutiao/components/container-loading.ttml
2025-06-17 16:33:04 +08:00

1 line
522 B
Plaintext

<view class="container"><view tt:if="{{a}}" class="loading"></view><view tt: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 tt: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 tt:else><slot></slot></block></view>