diff --git a/衡水博爱健康医院医院小程序/pages/user/edit/edit.vue b/衡水博爱健康医院医院小程序/pages/user/edit/edit.vue index d3e52c8..cbbf373 100644 --- a/衡水博爱健康医院医院小程序/pages/user/edit/edit.vue +++ b/衡水博爱健康医院医院小程序/pages/user/edit/edit.vue @@ -27,10 +27,17 @@ default: '0' } }); + // 1. 添加初始化标志 + const isInitialized = ref(false) + + // 2. 修改 onShow onShow(() => { - UserPersonCount() - UserPersonInfo() - setTitle() + UserPersonCount() + if (!isInitialized.value) { + UserPersonInfo() + isInitialized.value = true + } + setTitle() }) const setTitle = () => { let title = '修改体检人' diff --git a/衡水博爱健康医院医院报告对比/components/report/type2.vue b/衡水博爱健康医院医院报告对比/components/report/type2.vue index 38defa0..24886e5 100644 --- a/衡水博爱健康医院医院报告对比/components/report/type2.vue +++ b/衡水博爱健康医院医院报告对比/components/report/type2.vue @@ -39,7 +39,7 @@ {{ ii.icon }}{{ ii.content }} + ]">{{ ii.content }} {{ ii.icon }} {{ ii.desc }}