no message

cyl/master
jscyl13849007907 1 week ago
parent 372a03b8ce
commit 48a7dccdd0

@ -29,7 +29,12 @@
@click="handleCard(item, index)" @click="handleCard(item, index)"
:class="isshowskit && item.isskit == 1 ? 'g_pl_10 g_pr_10 g_flex_column_center' : ' g_position_rela g_mb_10 g_ml_12 g_mr_12 g_bg_f g_radius_8'" :class="isshowskit && item.isskit == 1 ? 'g_pl_10 g_pr_10 g_flex_column_center' : ' g_position_rela g_mb_10 g_ml_12 g_mr_12 g_bg_f g_radius_8'"
> >
<view class="g_c_9 g_fs_14 g_text_c" v-if="isshowskit && item.isskit == 1">{{ hrtext == 2 ? "" : "" }}</view> <view class="g_c_9 g_fs_14 g_text_c" v-if="isshowskit && item.isskit == 1">
{{ hrtext == 2 ?
"———以下是全部职位———" :
(tabactive == 1 && list && list.length == 0 ? "———暂无推荐,以下是全部职位———" : "———以下是全部职位———")
}}
</view>
<view class="g_p_10" v-else> <view class="g_p_10" v-else>
<i class="iconfont icon-yitingzhao" v-if="item.recruitment == 2 && from != 'mine'" style="position: absolute; left: 50%; top: 58%; transform: translate(-50%, -50%); color: #ff4d4f; font-size: 80px; z-index: 1"></i> <i class="iconfont icon-yitingzhao" v-if="item.recruitment == 2 && from != 'mine'" style="position: absolute; left: 50%; top: 58%; transform: translate(-50%, -50%); color: #ff4d4f; font-size: 80px; z-index: 1"></i>
<view class="m-top g_flex_row_between"> <view class="m-top g_flex_row_between">
@ -205,6 +210,11 @@ export default {
}, },
}, },
props: { props: {
tabactive:{
default: () => {
return -1;
},
},
hrtext: { hrtext: {
default: () => { default: () => {
return 2; return 2;

@ -14,13 +14,19 @@
'padding-right': (item.pRow ? item.pRow : 10) + 'px', 'padding-right': (item.pRow ? item.pRow : 10) + 'px',
}" }"
> >
<view class=" g_pl_10 g_pr_10 g_flex_column_center"> <view class="g_pl_10 g_pr_10 g_flex_column_center"
:style="{
'paddingLeft':(item.fpl ? 10 : 0) + 'px',
'paddingRight':(item.fpl ? 10 : 0) + 'px'
}"
>
<view class="g_flex_1 g_flex_row_start flex_center" :class="item.require ? 'labelRequire' : ''"> <view class="g_flex_1 g_flex_row_start flex_center" :class="item.require ? 'labelRequire' : ''">
<view class="iconfont g_fs_20 g_pl_7 g_mr_5" <view class="iconfont g_fs_20 g_mr_5"
v-if="item.icon" v-if="item.icon"
:class="'icon-' + item.icon" :class="'icon-' + item.icon"
:style="{
'paddingLeft':(item.rpl ? 7 : 0) + 'px'
}"
></view> ></view>
<view class="g_flex_column_center g_c_3 g_fs_16">{{ item.label }}</view> <view class="g_flex_column_center g_c_3 g_fs_16">{{ item.label }}</view>
</view> </view>
@ -61,6 +67,11 @@ export default {
}; };
}, },
props: { props: {
rpl:{
default:()=>{
return 7;
}
},
list: { list: {
type: Array, type: Array,
default: () => { default: () => {

@ -18,13 +18,13 @@
</swiper-item> </swiper-item>
</swiper> </swiper>
</view> </view>
<view class="g_positino_rela g_pt_6 g_bg_f g_pb_6" v-if="serviceListBefore.length > 0"> <view class="g_positino_rela g_bg_f" v-if="serviceListBefore.length > 0">
<!-- :style="{ <!-- :style="{
height: currentIndex == 0 ? swiperFirstHeight + 'px' : swiperSecondHeight + 'px', height: currentIndex == 0 ? swiperFirstHeight + 'px' : swiperSecondHeight + 'px',
next-margin="28px" next-margin="28px"
}" --> }" -->
<swiper class="u-skeleton-fillet utran" :autoplay="false" :circular="false" :current="currentIndex" current-item-id interval="3000" duration="300" display-multiple-items="1" :skip-hidden-item-layout="false" @transition="handleTransition" @animationfinish="handleAnimationFinish"> <swiper class="u-skeleton-fillet utran" :autoplay="false" :circular="false" :current="currentIndex" current-item-id interval="3000" duration="300" display-multiple-items="1" :skip-hidden-item-layout="false" @transition="handleTransition" @animationfinish="handleAnimationFinish">
<swiper-item style="overflow: unset"> <swiper-item style="overflow: unset" class="g_flex_column_center">
<!-- (imageSize*0.8 - ml) --> <!-- (imageSize*0.8 - ml) -->
<div <div
class="m-first-panel g_flex_row_start" class="m-first-panel g_flex_row_start"
@ -58,8 +58,8 @@
<img <img
:src="item.icon" :src="item.icon"
:style="{ :style="{
width: imageSize * 0.69 + 'px', width: imageSize * 0.8 + 'px',
height: imageSize * 0.69 + 'px', height: imageSize * 0.8 + 'px',
}" }"
/> />
</div> </div>

@ -48,23 +48,29 @@
<!-- noticList.length > 0 && --> <!-- 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;" <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" 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> --> <!-- <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> </view>
<u-notice-bar ref="noticeBar" <view :style="{
color="#333" 'width':'calc(100vw - ' + (isAdmin ? 90 : 80) + 'px)'
padding="0rpx" }"
font-size="32" >
style="width: calc(100% - 54px)" <u-notice-bar ref="noticeBar"
:speed="100" color="#333"
:volume-icon="false" padding="0rpx"
type="none" font-size="32"
:list="noticList" style="width: calc(100% - 54px)"
class="g_flex_1" :speed="100"
></u-notice-bar> :volume-icon="false"
<view class="g_flex_c g_h_48 g_flex_none" style="width: 30px;" v-if="isAdmin" @click="getMore"> 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> <i class="iconfont icon-gengduo11 g_c_c" style="font-size: 16px;"></i>
</view> </view>
</view> </view>
@ -143,7 +149,22 @@
</div> </div>
</scroll-view> </scroll-view>
</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> </view>
</div> </div>
</scroll-view> </scroll-view>
@ -523,9 +544,11 @@ export default {
methods: { methods: {
getMore(){ getMore(){
let that = this; let that = this;
uni.navigateTo({ if(that.isAdmin){
url:'/root/merchantManagement/dynamicNotice?cont=' + that.noticList[0] uni.navigateTo({
}) url:'/root/merchantManagement/dynamicNotice?cont=' + that.noticList[0]
})
}
}, },
loadSelectedCityFromCache() { loadSelectedCityFromCache() {
// 'selectedCity' // 'selectedCity'

@ -52,11 +52,13 @@
<g-panel-form-item <g-panel-form-item
:list="[ :list="[
{ {
icon: '1wodetuandui', icon: 'team',
label: '团队管理', label: '团队管理',
result: agencyInfo.fullName || agencyInfo.agencyName || '设置企业信息', result: agencyInfo.fullName || agencyInfo.agencyName || '设置企业信息',
path: '/root/person/teamManage', path: '/root/person/teamManage',
pRow: 12, pRow: 0,
rpl:0,
fpl:0,
itype: 'icon', itype: 'icon',
}, },
]" ]"
@ -67,12 +69,14 @@
<g-panel-form-item <g-panel-form-item
:list="[ :list="[
{ {
icon: 'f1ankuiyujianyi', icon: 'hezuo1',
label: '申请关注', label: '申请关注',
result: '', result: '',
path: '/root/detail/user', path: '/root/detail/user',
tip: 'set', tip: 'set',
pRow: 12, pRow: 0,
rpl:0,
fpl:0,
}, },
]" ]"
@clickItem="goPage('/root/detail/user')" @clickItem="goPage('/root/detail/user')"
@ -87,7 +91,9 @@
result: '', result: '',
path: '/root/person/feedback', path: '/root/person/feedback',
tip: 'set', tip: 'set',
pRow: 12, pRow: 0,
rpl:0,
fpl:0,
}, },
]" ]"
@clickItem="goPage('/root/person/feedback')" @clickItem="goPage('/root/person/feedback')"
@ -103,7 +109,9 @@
result: '', result: '',
path: '/root/person/set', path: '/root/person/set',
tip: 'set', tip: 'set',
pRow: 12, pRow: 0,
rpl:0,
fpl:0,
}, },
]" ]"
@clickItem="goPage('/root/person/set')" @clickItem="goPage('/root/person/set')"

Loading…
Cancel
Save