feat:练字贴功能基本完成
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<view class="word-list-empty">
|
||||
<view class="empty-icon">
|
||||
<image
|
||||
class="empty-logo"
|
||||
src="../../assets/imgs/doodle-logo.png"
|
||||
mode="aspectFill"></image>
|
||||
</view>
|
||||
<view class="empty-title">{{title}}</view>
|
||||
<view class="empty-desc">{{desc}}</view>
|
||||
<view class="empty-hint" wx:if="{{hint}}">
|
||||
<text class="hint-icon">💡</text>
|
||||
<text class="hint-text">{{hint}}</text>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user