v1.2.0+32

This commit is contained in:
范鹏 2025-02-22 10:45:33 +08:00
parent 1e89c3e6db
commit f49b7a2e4c
4 changed files with 5 additions and 5 deletions

View File

@ -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" : {

View File

@ -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()

View File

@ -567,8 +567,8 @@
.setting-image { .setting-image {
margin-left: 32rpx; margin-left: 32rpx;
width: 48rpx; width: 40rpx;
height: 48rpx; height: 40rpx;
} }
} }
</style> </style>

View File

@ -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"