fix: BLE reconnect stuck on binding state

- onRetry clears bind_result listener before disconnect
- Add 1s delay after closeBluetoothAdapter before re-scanning
- Fix binding state text from '点击连接' to '正在配对...'
这个提交包含在:
Guoguo
2026-05-12 06:25:53 -07:00
父节点 8e306819ff
当前提交 1fa6434451
修改 2 个文件,包含 9 行新增2 行删除
@@ -19,7 +19,7 @@
<view class="found-card" wx:if="{{state === 'binding'}}">
<view class="found-icon">💆</view>
<view class="found-name">光子美容仪-{{deviceId}}</view>
<text class="status-badge status-badge-green">点击连接</text>
<text class="status-badge status-badge-green">正在配对...</text>
</view>
<view class="found-card" wx:if="{{state === 'error'}}">