[AI Generated]: feat(Views): 新增连接设备页三态(idle/searching/found/empty)及登录跳转

This commit is contained in:
17792275749
2026-05-11 15:14:54 +08:00
parent f7e7f7c561
commit 55911b1fce
6 changed files with 439 additions and 7 deletions
+2 -2
View File
@@ -4,6 +4,6 @@
<view class="login">
<view class="title">智能体重秤</view>
<view class="subTitle">设备智联 · 掌握健康</view>
<view class="loginBtn" bind:tap="onLogin">微信一键登录</view>
<view class="sub-title">设备智联 · 掌握健康</view>
<view class="login-btn" bind:tap="onLogin">微信一键登录</view>
</view>