From bcad6b108db1ba5a032db3f3491ca0ce41472ca3 Mon Sep 17 00:00:00 2001
From: zq <136432190602163.com>
Date: Fri, 1 Aug 2025 18:46:53 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=97=E8=A1=A8=E5=B8=83?=
=?UTF-8?q?=E5=B1=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/home/index.vue | 30 ++++++++++++++++++++++++++----
1 file changed, 26 insertions(+), 4 deletions(-)
diff --git a/pages/home/index.vue b/pages/home/index.vue
index c4593bd..0bac396 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -30,15 +30,18 @@
{{ item.year }}
- {{ item.rating_code }}
+ {{ item.rating_department }}
- {{ item.operate_time }}
- {{ item.rating_department }}
-
+
+ {{ item.format }}
+ {{ item.operate_time }}
+
+ {{ item.rating_code }}
+
@@ -194,6 +197,7 @@ export default {
// #ifdef MP-WEIXIN
uni.scanCode({
+ scanType: ['barCode','qrCode'],
success: (res) => {
this.getScanQrcode(res.result)
},
@@ -508,11 +512,29 @@ export default {
display: flex;
column-gap: 24rpx;
margin-top: 16rpx;
+ align-items: stretch;
view {
font-size: 24rpx;
color: #999999;
}
+ .bed-visit-format{
+ border-radius: 6rpx;
+ background: #EBEBEB;
+ padding: 2rpx 16rpx;
+ font-family: PingFang SC;
+ font-size: 26rpx;
+ font-weight: normal;
+ line-height: normal;
+ letter-spacing: normal;
+ color: #666666;
+ width: fit-content;
+ }
+ .bed-left{
+ display: flex;
+ gap: 16rpx;
+ flex-direction: column;
+ }
}
}