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>