|
@@ -15,8 +15,6 @@
|
|
<input :password="isPwd" v-model="wifiPWD" placeholder="请输入Wi-Fi密码" placeholder-class="ph">
|
|
<input :password="isPwd" v-model="wifiPWD" placeholder="请输入Wi-Fi密码" placeholder-class="ph">
|
|
</div>
|
|
</div>
|
|
<div class="iimgs">
|
|
<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_hide.png" v-if="isPwd"></image>
|
|
<image @tap="changePwd" src="@/static/pwd_show.png" v-else></image>
|
|
<image @tap="changePwd" src="@/static/pwd_show.png" v-else></image>
|
|
</div>
|
|
</div>
|
|
@@ -32,7 +30,6 @@
|
|
<div class="top adfacjb">
|
|
<div class="top adfacjb">
|
|
<div class="tl">选择WiFi</div>
|
|
<div class="tl">选择WiFi</div>
|
|
<div class="tr adfac" @tap="initWiFi">
|
|
<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>
|
|
<image src="@/static/refreash.png"></image>
|
|
<text>刷新</text>
|
|
<text>刷新</text>
|
|
</div>
|
|
</div>
|
|
@@ -40,7 +37,6 @@
|
|
<div class="list" v-if="wifiList.length">
|
|
<div class="list" v-if="wifiList.length">
|
|
<div class="item adfacjb" v-for="(item,index) in wifiList" :key="index">
|
|
<div class="item adfacjb" v-for="(item,index) in wifiList" :key="index">
|
|
<div class="il adfac">
|
|
<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>
|
|
<image src="@/static/wifi.png"></image>
|
|
<text>{{item.ssid}}</text>
|
|
<text>{{item.ssid}}</text>
|
|
</div>
|
|
</div>
|