feat(device): 设备连接成功后缓存关联用户信息;添加成员时携带 SN

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-05-26 16:46:10 +08:00
co-authored by Claude Sonnet 4.6
parent 87b789f5f3
commit 85402f2ec1
4 changed files with 31 additions and 3 deletions
+1 -2
View File
@@ -43,11 +43,10 @@
<block wx:else>
<!-- 未连接:双按钮 连接 / 成员管理 -->
<view class="card-actions card-actions-double">
<view class="btn-ghost-half" data-connect-device-info="{{ item.connectDeviceInfo }}" bind:tap="onTapConnect">连接</view>
<view class="btn-ghost-half" data-connect-device-info="{{ item.connectDeviceInfo }}" data-user-info="{{ item }}" bind:tap="onTapConnect">连接</view>
<view class="btn-ghost-half" bind:tap="onTapMember">成员管理</view>
</view>
</block>
</view>
</block>
</view>