|
|
@@ -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">
|