feat(userManagement): 同步前读设备主用户并支持长按清空重新下发

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-08-25 16:11:55 +08:00
co-authored by Claude Opus 4.7
parent f6d6591c69
commit 2595080d9a
3 changed files with 134 additions and 45 deletions
@@ -23,7 +23,7 @@
<!-- 已录入用户 + 同步按钮 -->
<view class="section-header">
<view class="section-title">已录入用户({{ memberCount }}/10</view>
<view class="section-title" bind:longpress="onLongPressSectionTitle">已录入用户({{ memberCount }}/10</view>
<view class="sync-btn" bind:tap="onTapSync">同步用户至设备</view>
</view>