删除小程序退出登录功能

This commit is contained in:
范鹏 2024-09-02 09:31:55 +08:00
parent d510d71fa9
commit 1e746bc971

View File

@ -34,7 +34,6 @@
<label for="changePhone">
<view class="switch-account">切换账号</view>
</label>
<view class="button-logout" @click="logout">退出</view>
</view>
<view v-else>
<view class="tips">因智能门锁与账号绑定登录为手机号登录</view>
@ -138,21 +137,8 @@
type
}
})
},
logout() {
const that = this
uni.showModal({
title: '提示',
content: '确定退出登录吗?',
success: (res) => {
if (res.confirm) {
uni.removeStorageSync('token')
that.updateLoginStatus(false)
}
}
})
}
},
}
}
</script>
@ -202,25 +188,10 @@ page {
background: #EBEBEB;
}
.button-logout {
position: absolute;
border-radius: 46rpx;
bottom: 60rpx;
width: 600rpx;
height: 80rpx;
line-height: 80rpx;
text-align: center;
margin-left: 75rpx;
background: #ec433c;
color: #ffffff;
font-size: 40rpx;
font-weight: bold;
}
.switch-account {
position: absolute;
border-radius: 46rpx;
bottom: 180rpx;
bottom: 60rpx;
width: 600rpx;
height: 80rpx;
line-height: 80rpx;