Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -99,7 +99,7 @@ | ... | @@ -99,7 +99,7 @@ |
| 99 | <text class="form-label">所在学校</text> | 99 | <text class="form-label">所在学校</text> |
| 100 | </view> | 100 | </view> |
| 101 | <view class="form-item-right"> | 101 | <view class="form-item-right"> |
| 102 | - <text class="form-value">{{ formData.school_name || '请选择' }}</text> | 102 | + <text class="form-value" :class="{ 'form-value-selected': formData.school_name, 'form-value-placeholder': !formData.school_name }">{{ formData.school_name || '请选择' }}</text> |
| 103 | <Right class="arrow-icon" /> | 103 | <Right class="arrow-icon" /> |
| 104 | </view> | 104 | </view> |
| 105 | </view> | 105 | </view> | ... | ... |
-
Please register or login to post a comment