|
@@ -3,7 +3,7 @@
|
|
<view v-for="(item, index) in list" @click="toDetail(item)" :key="index" class="list-shape">
|
|
<view v-for="(item, index) in list" @click="toDetail(item)" :key="index" class="list-shape">
|
|
<!-- 职位+热度 -->
|
|
<!-- 职位+热度 -->
|
|
<view class="mar">
|
|
<view class="mar">
|
|
- <span style="font-size: 16px;font-weight: 700;color: black;">{{item.enterpriseRecruit.enterpriseRecruitJobName + (index+1)}}</span>
|
|
|
|
|
|
+ <span style="font-size: 16px;font-weight: 700;color: black;">{{item.enterpriseRecruit.enterpriseRecruitJobName}}</span>
|
|
<span class="mar" v-if="item.enterpriseRecruit.hot">
|
|
<span class="mar" v-if="item.enterpriseRecruit.hot">
|
|
<uni-icons type="fire-filled" size="25" color="#ff770d"></uni-icons>
|
|
<uni-icons type="fire-filled" size="25" color="#ff770d"></uni-icons>
|
|
</span>
|
|
</span>
|