feat(userManagementSync): 同步弹框增加转圈圈与完成对勾

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-09-01 16:56:46 +08:00
co-authored by Claude Sonnet 4.6
parent effd4f2068
commit b90c79df9f
2 changed files with 39 additions and 0 deletions
@@ -1,6 +1,12 @@
<block wx:if="{{ show }}">
<view class="sync-mask"></view>
<view class="sync-panel">
<block wx:if="{{ percent === 100 }}">
<view class="sync-tick">✓</view>
</block>
<block wx:else>
<view class="sync-spinner"></view>
</block>
<view class="sync-title">同步成员至设备</view>
<view class="sync-status">{{ status }}</view>
<view class="sync-percent">{{ percent }}%</view>