扩展应用结构,接入底部导航;完善个人信息页提交文案与校验代码风格。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
<view class="empty" style="{{containerStyle}}">
|
|
<view class="empty-icon">
|
|
<image src="{{iconSrc}}" mode="aspectFit" />
|
|
</view>
|
|
<view class="empty-text" style="{{textStyle}}">{{text}}</view>
|
|
</view>
|