Browse Source

修复bug

chenxiong 4 years ago
parent
commit
b182bcaf44
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages2/appointment/index.vue

+ 2 - 2
pages2/appointment/index.vue

@@ -14,13 +14,13 @@
 				<u-line color="#EEEEEE" />
 				<view class="item">
 					<view class="labelName">温馨提示:</view>
-					<view class="valName">{{ listData.applyIntroduce }}</view>
+					<view class="valName">{{ listData.applyIntroduce || ''}}</view>
 				</view>
 			</view>
 			<view class="appointmentItem appointmentMajor">
 				<view class="top">
 					<view class="labelName">报考专业:</view>
-					<view class="valName">{{ listData.major }}</view>
+					<view class="valName">{{ listData.major || ''}}</view>
 				</view>
 			</view>
 			<view class="appointmentItem appointmentInfo">