xklr/wlj преди 1 година
родител
ревизия
b1395274b7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>