From 0a48655d2162b709ecb80d249a4085971add6140 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期一, 07 七月 2025 17:26:30 +0800 Subject: [PATCH] 企业微信 --- pages/device/device.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/device/device.vue b/pages/device/device.vue index 55df6ab..52619df 100644 --- a/pages/device/device.vue +++ b/pages/device/device.vue @@ -27,7 +27,7 @@ </view> </view> <view class="flex"> - <view class="flex-sub text-light bg-white padding-xs margin-xs radius">缁翠慨鐘舵��::</view> + <view class="flex-sub text-light bg-white padding-xs margin-xs radius">缁翠慨鐘舵��:</view> <view class="flex-sub bg-white padding-xs margin-xs text-orange radius text-right"> {{item.assetStatus_dictText}} </view> @@ -87,7 +87,7 @@ }, computed: { top() { - return this.CustomBar * 2 + 160 + return this.CustomBar * 2 + 100 }, style() { var StatusBar = this.StatusBar; -- Gitblit v1.9.3