修改配色,修改功能

This commit is contained in:
2026-02-08 15:43:32 +08:00
parent 17e32d7cc1
commit fa1a8e083e
14 changed files with 441 additions and 119 deletions

View File

@@ -42,7 +42,7 @@
<view class="info-item">
<text class="label">手机</text>
<text class="value" wx:if="{{phoneNumber}}">{{phoneNumber}}</text>
<text class="value" wx:else style="color: #fa5151; font-weight: bold;">未绑定</text>
<text class="value" wx:else style="color: #DC8B70; font-weight: bold;">未绑定</text>
</view>
</view>
</block>