|
|
|
|
@ -48,23 +48,29 @@
|
|
|
|
|
<!-- noticList.length > 0 && -->
|
|
|
|
|
<view class="g_flex_row_start flex_center g_bg_f g_ml_10 g_mr_10 g_radius_8" style="overflow: hidden;margin-top: 8px;"
|
|
|
|
|
v-if="appid == 'wx15bc9c758f4eb129' && isAdmin"
|
|
|
|
|
@click="getMore"
|
|
|
|
|
>
|
|
|
|
|
<view class="g_flex_c g_h_48 g_w_48 g_flex_none">
|
|
|
|
|
<view class="g_flex_c g_h_48 g_w_40 g_flex_none">
|
|
|
|
|
<!-- <image class="g_w_48 g_h_48" :src="noticeImg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""> </image> -->
|
|
|
|
|
<i class="iconfont icon-sound" style="font-size: 26px;"></i>
|
|
|
|
|
<i class="iconfont icon-sound" style="font-size: 24px;"></i>
|
|
|
|
|
</view>
|
|
|
|
|
<u-notice-bar ref="noticeBar"
|
|
|
|
|
color="#333"
|
|
|
|
|
padding="0rpx"
|
|
|
|
|
font-size="32"
|
|
|
|
|
style="width: calc(100% - 54px)"
|
|
|
|
|
:speed="100"
|
|
|
|
|
:volume-icon="false"
|
|
|
|
|
type="none"
|
|
|
|
|
:list="noticList"
|
|
|
|
|
class="g_flex_1"
|
|
|
|
|
></u-notice-bar>
|
|
|
|
|
<view class="g_flex_c g_h_48 g_flex_none" style="width: 30px;" v-if="isAdmin" @click="getMore">
|
|
|
|
|
<view :style="{
|
|
|
|
|
'width':'calc(100vw - ' + (isAdmin ? 90 : 80) + 'px)'
|
|
|
|
|
}"
|
|
|
|
|
>
|
|
|
|
|
<u-notice-bar ref="noticeBar"
|
|
|
|
|
color="#333"
|
|
|
|
|
padding="0rpx"
|
|
|
|
|
font-size="32"
|
|
|
|
|
style="width: calc(100% - 54px)"
|
|
|
|
|
:speed="100"
|
|
|
|
|
:volume-icon="false"
|
|
|
|
|
type="none"
|
|
|
|
|
:list="noticList"
|
|
|
|
|
class="g_flex_1"
|
|
|
|
|
></u-notice-bar>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_flex_c g_h_48 g_flex_none" style="width: 30px;" v-if="isAdmin">
|
|
|
|
|
<i class="iconfont icon-gengduo11 g_c_c" style="font-size: 16px;"></i>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
@ -143,7 +149,22 @@
|
|
|
|
|
</div>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
</view>
|
|
|
|
|
<g-yi-list-job :hrtext="hrtext" :isshowskit="isshowskit" :pt="tabInfo.active == 0 ? 0 : 120" style="padding-bottom: 120px" from="home" class="g_h_all" :list="query.list" @clickCard="goDetail" @successLogin="successLogin" :loading="loading" :speed="speed" :query="query" :isShowLoginBtn="isLogin ? false : true" :emptyText="isLogin ? (tabInfo.list[tabInfo.active].classify == 2 ? '您还未收藏职位,快去试试收藏职位吧' : '嘿,这里还没有数据呢') : '您还有没有登录,请登录后查看职位'" />
|
|
|
|
|
<g-yi-list-job :tabactive='tabInfo.active'
|
|
|
|
|
:hrtext="hrtext"
|
|
|
|
|
:isshowskit="isshowskit"
|
|
|
|
|
:pt="tabInfo.active == 0 ? 0 : 120"
|
|
|
|
|
style="padding-bottom: 120px"
|
|
|
|
|
from="home"
|
|
|
|
|
class="g_h_all"
|
|
|
|
|
:list="query.list"
|
|
|
|
|
@clickCard="goDetail"
|
|
|
|
|
@successLogin="successLogin"
|
|
|
|
|
:loading="loading"
|
|
|
|
|
:speed="speed"
|
|
|
|
|
:query="query"
|
|
|
|
|
:isShowLoginBtn="isLogin ? false : true"
|
|
|
|
|
:emptyText="isLogin ? (tabInfo.list[tabInfo.active].classify == 2 ? '您还未收藏职位,快去试试收藏职位吧' : '嘿,这里还没有数据呢') : '您还有没有登录,请登录后查看职位'"
|
|
|
|
|
/>
|
|
|
|
|
</view>
|
|
|
|
|
</div>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
@ -523,9 +544,11 @@ export default {
|
|
|
|
|
methods: {
|
|
|
|
|
getMore(){
|
|
|
|
|
let that = this;
|
|
|
|
|
uni.navigateTo({
|
|
|
|
|
url:'/root/merchantManagement/dynamicNotice?cont=' + that.noticList[0]
|
|
|
|
|
})
|
|
|
|
|
if(that.isAdmin){
|
|
|
|
|
uni.navigateTo({
|
|
|
|
|
url:'/root/merchantManagement/dynamicNotice?cont=' + that.noticList[0]
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
loadSelectedCityFromCache() {
|
|
|
|
|
// 假设缓存中的键名为 'selectedCity'
|
|
|
|
|
|