7 lines
257 B
Plaintext
7 lines
257 B
Plaintext
|
|
<!-- 未登录状态 -->
|
||
|
|
<view wx:if="{{!userInfo}}" class="empty-container">
|
||
|
|
<view class="empty-icon">📊</view>
|
||
|
|
<text class="empty-text">登录后查看统计数据</text>
|
||
|
|
<button class="btn-login" bindtap="goToLogin">立即登录</button>
|
||
|
|
</view>
|