fix: bug
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
</view>
|
||||
<view class="body-top-item"> 已陪练次数:{{ detailInfo.practiceTimes }} </view>
|
||||
<view class="body-top-item"> 类型:{{ detailInfo.traInterTypDesc }} </view>
|
||||
<view class="body-top-item"> 截止时间:{{detailInfo.limitTyp === '01' ? '不限制' : detailInfo.endTm}}</view>
|
||||
<view :class="['body-top-item',detailInfo.limitTyp === '01'?'':'full' ]"> 截止时间:{{detailInfo.limitTyp === '01' ? '不限制' : detailInfo.endTm}}</view>
|
||||
<view class="body-top-item"> 通过分数:{{detailInfo.passGrade || 0}} 分</view>
|
||||
<scroll-view class="body-top-tags" :scroll-x="true">
|
||||
<view class="item-tag-view">
|
||||
<view class="item-tag active-tag" v-for="item in detailInfo.traPartnerTagList || []">
|
||||
@@ -296,6 +297,9 @@
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
margin-bottom: 15rpx;
|
||||
&.full{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
&-tags {
|
||||
|
||||
Reference in New Issue
Block a user