xklr/wlj 1 rok pred
rodič
commit
b1395274b7
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      pages/health_report/component/report.vue

+ 1 - 1
pages/health_report/component/report.vue

@@ -284,7 +284,7 @@
 				</view>
 			</view>
 			<!-- 眼底 -->
-			<view class="centerY mt-3" v-if="propData.eye&&propData.eye.id">
+			<view class="centerY mt-3" v-if="propData.eye.eyeData&&propData.eye.eyeData.id">
 				<view class="bule_line"></view>
 				<text class="font-bold text-dark ml-2 fs-16 line-height1">眼底检查</text>
 			</view>