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