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 @@ - 未读