去除unicloud空间绑定,修复已知错误

This commit is contained in:
fm453
2025-07-16 03:39:53 +08:00
parent c62d15b288
commit b5b8cc5cbb
412 changed files with 507 additions and 40065 deletions

View File

@ -51,7 +51,7 @@
<view class="uni-form-item ">
<view class="title">持久登陆</view>
<view>
<switch name="isLong" :checked="isLong==1?true:false" />
<switch name="isLong" :checked="isLong===1" />
</view>
</view>
<view class="uni-form-item">
@ -219,7 +219,7 @@
return false;
}
let timer = setInterval(() => {
if (this.leftSecond == 0) {
if (this.leftSecond === 0) {
clearInterval(this.timer)
this.leftSecond = this.vcode_time;
this.vcode_again = false;
@ -388,4 +388,4 @@
display: inline-block;
width: 100%;
}
</style>
</style>