更换WIFI

This commit is contained in:
17792275749
2025-05-29 13:43:16 +08:00
parent 3caf082c24
commit 1eb129e3bd
41 changed files with 1314 additions and 50 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<view class="userInfo">
<view class="user" bind:tap="openLoginOrReg">
<view class="user {{userInfo || token ? 'arrowAfter' : ''}}" bind:tap="openLoginOrReg">
<view>
<image src="/images/my/user.png" />
</view>
@@ -48,7 +48,7 @@
</view>
</view>
<block wx:if="{{userInfo}}">
<block wx:if="{{token}}">
<view class="btn">
<view bind:tap="exitLogin">退出登录</view>
</view>