xz_dingri/components/empty/empty.wxml

5 lines
182 B
Plaintext
Raw Permalink Normal View History

2023-02-18 21:02:06 +08:00
<!--components/empty/empty.wxml-->
<view class="data-empty">
<image src="/images/ic_empty_data.png" mode="scaleToFill"></image>
<text class="hint">暂无数据</text>
</view>