Merge branch 'feature-xxx' into dev

This commit is contained in:
2025-06-16 16:17:23 +08:00
50 changed files with 882 additions and 456 deletions

View File

@ -80,8 +80,8 @@
</view>
<!-- 保存按钮 -->
<view wx:if="{{ isUpdate }}" class="flex-col justify-start items-center self-center text-wrapper_3">
<text class="font_2 text_8" bindtap="updateInfo" >更新</text>
<view wx:if="{{ isUpdate }}" class="flex-col justify-start items-center self-center text-wrapper_3" bindtap="updateInfo">
<text class="font_2 text_8">更新</text>
</view>
<view wx:else="{{ isUpdate }}" class="flex-col justify-start items-center self-center text-wrapper_3">
<text class="font_2 text_8" bindtap="saveInfo" >保存</text>