xklr/wlj hace 1 año
padre
commit
b1395274b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>