|
@@ -7,9 +7,8 @@
|
|
|
<view class="recruitment">
|
|
|
<!-- <u-navbar title-color="#FFFFFF" :customBack="navbarCustomBack" :bpay-bottom="false" back-icon-color="#FFFFFF"
|
|
|
:background="{background: '#3D5D4C' }" title="招聘就业" class="recruitment-unavbar" /> -->
|
|
|
- <u-navbar back-text="" title="" back-icon-color="#FFFFFF" :background="{ background: '#3D5D4C' }" :border-bottom="false"></u-navbar>
|
|
|
<z-paging ref="recruitmentPaging" v-model="recruitmentJobList" @query="recruitmentQueryList">
|
|
|
-
|
|
|
+ <u-navbar slot="top" back-text="" title="" back-icon-color="#FFFFFF" :background="{ background: '#3D5D4C' }" :border-bottom="false"></u-navbar>
|
|
|
<!-- ###################################-- 轮播图 -- ################################### -->
|
|
|
<view class="recruitment-banner" slot="top">
|
|
|
<u-swiper :list="bannerList" name="bannerUrl" border-radius="0" mode="round" height="300"
|
|
@@ -47,7 +46,7 @@
|
|
|
height="140" border-radius="10" /> -->
|
|
|
<u-image :src="recommendItem.logoUrl" width="140" height="140" border-radius="10" mode="aspectFill">
|
|
|
<view slot="error">
|
|
|
- <u-image src="../../static/img/default-company.jpg" width="140" height="140" border-radius="10" mode="aspectFill"/>
|
|
|
+ <u-image src="../../static/img/default-company.png" width="140" height="140" border-radius="10" mode="aspectFill"/>
|
|
|
</view>
|
|
|
</u-image>
|
|
|
</view>
|
|
@@ -85,7 +84,7 @@
|
|
|
border-radius="10" /> -->
|
|
|
<u-image :src="item.companyLogoUrl" width="120" height="120" border-radius="10" mode="aspectFill">
|
|
|
<view slot="error">
|
|
|
- <u-image src="../../static/img/default-company.jpg" width="120" height="120" border-radius="10" mode="aspectFill"/>
|
|
|
+ <u-image src="../../static/img/default-company.png" width="120" height="120" border-radius="10" mode="aspectFill"/>
|
|
|
</view>
|
|
|
</u-image>
|
|
|
</view>
|