master
lion 1 year ago
parent 308db212a5
commit f00e9daef2

@ -260,11 +260,15 @@
>
{{ tag }}
</view>
</view>
<view class="list-item__info">
办学性质{{
i.nature === 1 ? "公办" : i.nature === 2 ? "民办" : "-"
}}
<view>
办学性质{{
i.nature === 1 ? "公办" : i.nature === 2 ? "民办" : "-"
}}
</view>
<view>历年均分{{i.avg_score?i.avg_score:'-'}}</view>
</view>
</view>
</view>
@ -746,6 +750,9 @@ export default {
font-size: 24rpx;
text-transform: uppercase;
color: rgba(51, 51, 51, 0.8);
display: flex;
align-items: center;
justify-content: space-between;
}
}
}

Loading…
Cancel
Save