From 563ece6bf0dca4e47cf796ce53777c5ee3c8a61c Mon Sep 17 00:00:00 2001 From: yanzai Date: Mon, 26 May 2025 15:27:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA=E5=92=8C?= =?UTF-8?q?=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .../pages/fenzhen/fenzhen_paidui.vue | 24 ++++++++++++++++--- .../unpackage/dist/build/web/index.html | 2 +- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7bffb10..899fb56 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /tongyuan_fz_h5/unpackage /tongyuan_fz_h5/unpackage /tongyuan_fz_h5/unpackage +/tongyuan_fz_h5/unpackage diff --git a/tongyuan_fz_h5/pages/fenzhen/fenzhen_paidui.vue b/tongyuan_fz_h5/pages/fenzhen/fenzhen_paidui.vue index 57fdc12..63ca41c 100644 --- a/tongyuan_fz_h5/pages/fenzhen/fenzhen_paidui.vue +++ b/tongyuan_fz_h5/pages/fenzhen/fenzhen_paidui.vue @@ -15,7 +15,11 @@ 卡号:{{userInfo.reg_number}} - + + + {{item}} + + 体检诊室 {{keshi_ids.length}} @@ -34,12 +38,20 @@ 队 列 中 - + + + + {{item.clinic}} + {{item.item}} + + {{item.wait}}人排队 + 预计等待{{item.time}}分钟 + - {{item.wait}}人排队 + @@ -88,6 +100,7 @@ let keshi_ids=ref([]) let hospital=ref('') let refreshInterval = ref(null) // 用于保存定时器引用 + let tip=ref([]); const ChaXunFenZhenInfo= async(info)=>{ wancheng_count.value=0; FenZhenGetTiJianLine({ @@ -97,6 +110,7 @@ if (res.status) { fenzhen_list.value = res.data.list userInfo.value=res.data.info + tip.value=res.data.tip.split('\r\n'); fenzhen_list.value.forEach(function(item,index){ if(item.status==4){ wancheng_count.value++ @@ -151,6 +165,10 @@ color:#fff; } + .shuzi{ + font-weight: 700; + color:#ff5500; + } .name{ font-size: 50rpx; } diff --git a/tongyuan_fz_h5/unpackage/dist/build/web/index.html b/tongyuan_fz_h5/unpackage/dist/build/web/index.html index db44ec7..ac6eea2 100644 --- a/tongyuan_fz_h5/unpackage/dist/build/web/index.html +++ b/tongyuan_fz_h5/unpackage/dist/build/web/index.html @@ -14,7 +14,7 @@ MemberMngr - +