diff --git a/h5/pages/main/bgcx/ckbg/ckbg.vue b/h5/pages/main/bgcx/ckbg/ckbg.vue
index e4888e8..ff52cde 100755
--- a/h5/pages/main/bgcx/ckbg/ckbg.vue
+++ b/h5/pages/main/bgcx/ckbg/ckbg.vue
@@ -91,9 +91,9 @@ const collapseClick = async (e) => {
}
}
// return
- if(itemWithId120.hasOwnProperty("details")){
+ if (itemWithId120.hasOwnProperty("details")) {
console.log(itemWithId120["details"], "itemWithId120");
- return
+ return;
}
uni.showLoading({
title: "加载中",
@@ -315,7 +315,8 @@ onShow(() => {
>
全部检查
-
+
-
+ -->
{
未见明显异常 {
});
$response(response, () => {
uni.hideLoading();
+ if (!response.data.show) {
+ uni.showToast({
+ title: "暂无数据",
+ icon: "none",
+ });
+ uni.navigateBack({
+ delta: 1,
+ });
+ return;
+ }
analysis_content.value = response.data.info;
console.log(analysis_content.value);
response.data.chart1_option.min = Number(response.data.chart1_option.min);
diff --git a/h5/pages/main/combo/combo.vue b/h5/pages/main/combo/combo.vue
index 20edc13..8c948f4 100644
--- a/h5/pages/main/combo/combo.vue
+++ b/h5/pages/main/combo/combo.vue
@@ -311,7 +311,7 @@ const toRouter = () => {
-
+
{
-
+
{
// uni.$lu.toast("请选择医生");
// return;
// }
- // console.log(yytjInfo.value?.nmr_list);
+ console.log(yytjInfo.value?.nmr_list);
for (let i = 0; i < yytjInfo.value?.nmr_list?.length; i++) {
if (!yytjInfo.value?.nmr_list[i].time) {
uni.$lu.toast("请选择预约时间");
@@ -84,7 +84,7 @@ const comfrimyy = async () => {
if (yytjInfo.value?.nmr_list?.length > 1) {
plan_nmr_id = yytjInfo.value?.nmr_list[0]?.id;
}
- if (yytjInfo.value?.nmr_list?.length > 1) {
+ if (yytjInfo.value?.nmr_list?.length > 0) {
plan_id = yytjInfo.value?.nmr_list[yytjInfo.value?.nmr_list.length - 1]?.id;
}
diff --git a/h5/pages/user/fenzhen/fenzhen.vue b/h5/pages/user/fenzhen/fenzhen.vue
index 5ae6f71..edb9324 100644
--- a/h5/pages/user/fenzhen/fenzhen.vue
+++ b/h5/pages/user/fenzhen/fenzhen.vue
@@ -49,6 +49,12 @@
}
}
+ const toRouter = () => {
+ uni.navigateTo({
+ url: '/pages/user/fenzhen/xindiantu?id=' + $props.id
+ })
+ }
+
const timeShow = (time) => {
let time_array = time.split(':')
return `${time_array[0]}:${time_array[1]}`
@@ -149,7 +155,7 @@
{{ i.tip }}
- 查看详情>>
+ 查看详情>>