From 6ddd76fed00cae264bc73a24d8465ac9401d1f44 Mon Sep 17 00:00:00 2001 From: yanzai Date: Mon, 7 Oct 2024 23:45:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=91=8A=E6=9F=A5=E8=AF=A2=E6=9C=AA?= =?UTF-8?q?=E5=87=BA=E6=8A=A5=E5=91=8A=E4=B8=8D=E5=8F=AF=E7=82=B9=E5=87=BB?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=9C=AA=E8=AF=BB=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h5/pages/main/bgcx/bgcx.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/h5/pages/main/bgcx/bgcx.vue b/h5/pages/main/bgcx/bgcx.vue index 493b7f5..b7736f6 100755 --- a/h5/pages/main/bgcx/bgcx.vue +++ b/h5/pages/main/bgcx/bgcx.vue @@ -44,8 +44,12 @@ tj_status: tabIndex.value, hospital_id: $store.save.hospital }; + uni.showLoading({ + title: "加载中", + }); const response = await $api("GetReportList", obj); $response(response, () => { + uni.hideLoading() console.log(response, "response"); bgcx_list.value = response.data.list; uni.hideLoading(); @@ -60,6 +64,7 @@ } }; const routesDeatils = (val) => { + if(val["体检状态"]=="报告未出") return false; // 跳转查看报告详情 let tjhStr = val["体检号"]; uni.navigateTo({ @@ -129,7 +134,7 @@ - 未读