daofu-applet/components/empty/empty.wxml

5 lines
171 B
Plaintext
Raw Permalink Normal View History

2024-01-29 17:42:38 +08:00
<!--pages/components/empty.wxml-->
<view class="empty-content">
<image class="image" src="{{src}}" mode="aspectFit"></image>
<text class="text">{{tips}}</text>
</view>