v1.2.0+32
This commit is contained in:
parent
1e89c3e6db
commit
f49b7a2e4c
@ -3,7 +3,7 @@
|
||||
"appid" : "__UNI__933D519",
|
||||
"description" : "",
|
||||
"versionName" : "1.2.0",
|
||||
"versionCode" : "31",
|
||||
"versionCode" : "32",
|
||||
"transformPx" : false,
|
||||
/* 小程序特有相关 */
|
||||
"mp-weixin" : {
|
||||
|
||||
@ -101,7 +101,7 @@
|
||||
check.value = $bluetooth.currentLockSetting.lockSettingInfo.autoLock === 1
|
||||
value.value = $bluetooth.currentLockSetting.lockSettingInfo.autoLockSecond
|
||||
const index = columns.value[0].findIndex(item => item.value === value.value)
|
||||
if (index === -1) {
|
||||
if (check.value && index === -1) {
|
||||
custom.value = true
|
||||
picker.value = [5]
|
||||
text.value = $bluetooth.currentLockSetting.lockSettingInfo.autoLockSecond.toString()
|
||||
|
||||
@ -567,8 +567,8 @@
|
||||
|
||||
.setting-image {
|
||||
margin-left: 32rpx;
|
||||
width: 48rpx;
|
||||
height: 48rpx;
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
</view>
|
||||
<view
|
||||
v-if="
|
||||
$bluetooth.currentLockSetting.lockSettingInfo.lockSound === 1 &&
|
||||
$bluetooth.currentLockSetting.lockFeature.lockSound === 1 &&
|
||||
$bluetooth.currentLockSetting.lockBasicInfo.keyRight === 1
|
||||
"
|
||||
class="py-3 px-4 bg-white flex items-center justify-between text-base mb-4rpx"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user