htc 2 ngày trước cách đây
mục cha
commit
08aafdf1b1
2 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 2
      pagesMy/wifiConnect.vue
  2. 0 4
      pagesMy/wifiSet.vue

+ 0 - 2
pagesMy/wifiConnect.vue

@@ -4,14 +4,12 @@
 		<div class="title">设备配网&绑定</div>
 		<div class="tip">服务器需要对设备进行配置,网络不好的情况,可能需要写时间,请耐心等待。</div>
 		<div class="box adffcacjc">
-			<!-- <image src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/04/22b84dc0-14f7-40eb-94bd-04908bd0db42.png"></image> -->
 			<image src="@/static/connect.png"></image>
 			<div class="text">正在连接设备</div>
 			<div class="memo">连接过程请勿关闭小程序或者设备</div>
 		</div>
 		<u-popup :show="show" :round="56" mode="center" @close="close">
 			<div class="fail_box adffcacjc">
-				<!-- <image src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/03/3b872bd3-d82f-4f0a-802e-dde0df547f0d.png"></image> -->
 				<image src="@/static/connect_off.png"></image>
 				<text>网络连接失败</text>
 				<p>请检查你的网络连接后重试</p>

+ 0 - 4
pagesMy/wifiSet.vue

@@ -15,8 +15,6 @@
 					<input :password="isPwd" v-model="wifiPWD" placeholder="请输入Wi-Fi密码" placeholder-class="ph">
 				</div>
 				<div class="iimgs">
-				<!-- 	<image @tap="changePwd" src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/04/a2de3eb1-eb01-4354-bdba-5795ebb42055.png" v-if="isPwd"></image>
-					<image @tap="changePwd" src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/04/b8584b44-b7ba-44b7-b7f6-ed44d9d6ef83.png" v-else></image> -->
 					<image @tap="changePwd" src="@/static/pwd_hide.png" v-if="isPwd"></image>
 					<image @tap="changePwd" src="@/static/pwd_show.png" v-else></image>
 				</div>
@@ -32,7 +30,6 @@
 				<div class="top adfacjb">
 					<div class="tl">选择WiFi</div>
 					<div class="tr adfac" @tap="initWiFi">
-						<!-- <image src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/04/0ce97fb7-ae7a-4980-8a0f-d75e4b01b6c4.png"></image> -->
 						<image src="@/static/refreash.png"></image>
 						<text>刷新</text>
 					</div>
@@ -40,7 +37,6 @@
 				<div class="list" v-if="wifiList.length">
 					<div class="item adfacjb" v-for="(item,index) in wifiList" :key="index">
 						<div class="il adfac">
-							<!-- <image src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/04/f04db000-0570-42ae-8bf6-97088658fefd.png"></image> -->
 								<image src="@/static/wifi.png"></image>
 							<text>{{item.ssid}}</text>
 						</div>