Merge branch 'fanpeng' into 'develop'

Fanpeng

See merge request StarlockTeam/wx-starlock!23
This commit is contained in:
范鹏 2025-02-22 02:52:53 +00:00
commit cbf048787e
19 changed files with 21 additions and 17 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

@ -210,7 +210,6 @@
const setTime = () => { const setTime = () => {
const now = new Date() const now = new Date()
now.setMinutes(0, 0, 0)
return now.getTime() return now.getTime()
} }

View File

@ -182,7 +182,6 @@
const setTime = () => { const setTime = () => {
const now = new Date() const now = new Date()
now.setMinutes(0, 0, 0)
return now.getTime() return now.getTime()
} }

View File

@ -210,7 +210,6 @@
const setTime = () => { const setTime = () => {
const now = new Date() const now = new Date()
now.setMinutes(0, 0, 0)
return now.getTime() return now.getTime()
} }

View File

@ -211,7 +211,6 @@
const setTime = () => { const setTime = () => {
const now = new Date() const now = new Date()
now.setMinutes(0, 0, 0)
return now.getTime() return now.getTime()
} }

View File

@ -158,7 +158,6 @@
const setTime = () => { const setTime = () => {
const now = new Date() const now = new Date()
now.setMinutes(0, 0, 0)
return now.getTime() return now.getTime()
} }

View File

@ -57,7 +57,10 @@
class="menu-main-view" class="menu-main-view"
@click="routeJump({ name: 'keyList' })" @click="routeJump({ name: 'keyList' })"
> >
<image class="menu-main-image" src="/static/images/icon_key.png"></image> <image
class="menu-main-image transform-scale-90"
src="/static/images/icon_key.png"
></image>
<view>电子钥匙</view> <view>电子钥匙</view>
</view> </view>
<view <view
@ -73,7 +76,10 @@
class="menu-main-view" class="menu-main-view"
@click="routeJump({ name: 'cardList' })" @click="routeJump({ name: 'cardList' })"
> >
<image class="menu-main-image" src="/static/images/icon_card.png"></image> <image
class="menu-main-image transform-scale-110"
src="/static/images/icon_card.png"
></image>
<view></view> <view></view>
</view> </view>
<view <view
@ -88,7 +94,7 @@
v-if=" v-if="
currentLockInfo.lockFeature.bluetoothRemoteControl && currentLockInfo.keyRight === 1 currentLockInfo.lockFeature.bluetoothRemoteControl && currentLockInfo.keyRight === 1
" "
class="menu-main-view" class="menu-main-view transform-scale-110"
@click="routeJump({ name: 'remoteList' })" @click="routeJump({ name: 'remoteList' })"
> >
<image class="menu-main-image" src="/static/images/icon_remote.png"></image> <image class="menu-main-image" src="/static/images/icon_remote.png"></image>
@ -115,10 +121,13 @@
class="menu-main-view" class="menu-main-view"
@click="routeJump({ name: 'adminList' })" @click="routeJump({ name: 'adminList' })"
> >
<image class="menu-main-image" src="/static/images/icon_admin_black.png"></image> <image
class="menu-main-image transform-scale-140"
src="/static/images/icon_admin_black.png"
></image>
<view>授权管理员</view> <view>授权管理员</view>
</view> </view>
<view class="menu-main-view" @click="routeJump({ name: 'recordList' })"> <view class="menu-main-view transform-scale-105" @click="routeJump({ name: 'recordList' })">
<image class="menu-main-image" src="/static/images/icon_record.png"></image> <image class="menu-main-image" src="/static/images/icon_record.png"></image>
<view>操作记录</view> <view>操作记录</view>
</view> </view>
@ -526,8 +535,8 @@
.menu-main-image { .menu-main-image {
margin-bottom: 10rpx; margin-bottom: 10rpx;
width: 60rpx; width: 40rpx;
height: 60rpx; height: 40rpx;
} }
} }
} }
@ -558,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"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB