1. bug修复
@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 3.2 KiB |