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; + } } }