ts_aimz/components/empty/empty.wxml
itgaojian163 cbf7c00399 页面
2025-03-24 18:05:54 +08:00

5 lines
182 B
Plaintext

<!--components/empty/empty.wxml-->
<view class="data-empty">
<image src="/images/ic_empty_data.png" mode="scaleToFill"></image>
<text class="hint">暂无数据</text>
</view>