feat: 修复登录逻辑
This commit is contained in:
@@ -81,6 +81,13 @@
|
||||
<view class="about-desc">
|
||||
<text>一款专注于家庭植物养护的小程序。帮助你记录植物成长、制定养护计划、识别未知植物,与花友们分享养花心得。</text>
|
||||
</view>
|
||||
|
||||
<view class="about-menu-list">
|
||||
<view class="about-menu-item" bindtap="openDoc" data-type="terms">
|
||||
<text>用户协议</text>
|
||||
<t-icon name="chevron-right" size="36rpx" color="#CCC" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="about-footer">
|
||||
<text class="about-copyright">© 2026 Sundynix · All Rights Reserved</text>
|
||||
</view>
|
||||
@@ -117,7 +124,7 @@
|
||||
<view class="stat-divider"></view>
|
||||
<view class="stat-item">
|
||||
<text class="stat-num">{{taskDoneCount}}</text>
|
||||
<text class="stat-label">养护</text>
|
||||
<text class="stat-label">养护次数</text>
|
||||
</view>
|
||||
<view class="stat-divider"></view>
|
||||
<view class="stat-item">
|
||||
@@ -167,7 +174,7 @@
|
||||
<view class="menu-icon-bg" style="background: #F3E5F5">
|
||||
<t-icon name="award" size="36rpx" color="#9C27B0" />
|
||||
</view>
|
||||
<text class="menu-text">成就徽章</text>
|
||||
<text class="menu-text">等级徽章</text>
|
||||
</view>
|
||||
<view class="menu-right-info">
|
||||
<!-- <text class="menu-badge-text">已获 3 个</text> -->
|
||||
|
||||
Reference in New Issue
Block a user