去除unicloud空间绑定,修复已知错误
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user