From 8b91edcef7c0a03c874151c5a4f7a60d09ce1e0a Mon Sep 17 00:00:00 2001 From: 17792275749 <812100002@qq.com> Date: Mon, 11 May 2026 15:54:23 +0800 Subject: [PATCH] =?UTF-8?q?[AI=20Generated]:=20refactor(Views):=20?= =?UTF-8?q?=E9=87=8D=E6=9E=84=E8=BF=9E=E6=8E=A5=E8=AE=BE=E5=A4=87=E9=A1=B5?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E7=BB=93=E6=9E=9C=E5=8C=BA=E4=B8=BA=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E6=A8=A1=E5=9D=97=E5=AE=B9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../connectedDevice/connectedDevice.wxml | 84 ++++++++++--------- 1 file changed, 44 insertions(+), 40 deletions(-) diff --git a/miniprogram/pages/connectedDevice/connectedDevice.wxml b/miniprogram/pages/connectedDevice/connectedDevice.wxml index 6dbbb00..c3622f0 100644 --- a/miniprogram/pages/connectedDevice/connectedDevice.wxml +++ b/miniprogram/pages/connectedDevice/connectedDevice.wxml @@ -22,59 +22,63 @@ 查看帮助 - - - + + + + + 搜索结果 - 发现 - {{ status === 'found' ? (deviceList.length + (connectedDevice ? 1 : 0)) : 0 }} -  台设备 + 发现 + {{ status === 'found' ? (deviceList.length + (connectedDevice ? 1 : 0)) : 0 }} +  台设备 - - - - + + 暂未搜索到可用设备,请重新搜索 - - - + + - - - - - {{ connectedDevice.name }} - - - 已连接 + + + + + {{ connectedDevice.name }} + + + 已连接 + + + 断开连接 + + + + + + + {{ item.name }} + 连接 - 断开连接 - - - - - - {{ item.name }} - 连接 - - + - +