no message

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

@ -29,7 +29,12 @@
@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'"
>
<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>
<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">
@ -205,6 +210,11 @@ export default {
},
},
props: {
tabactive:{
default: () => {
return -1;
},
},
hrtext: {
default: () => {
return 2;

@ -14,13 +14,19 @@
'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="iconfont g_fs_20 g_pl_7 g_mr_5"
<view class="iconfont g_fs_20 g_mr_5"
v-if="item.icon"
:class="'icon-' + item.icon"
:style="{
'paddingLeft':(item.rpl ? 7 : 0) + 'px'
}"
></view>
<view class="g_flex_column_center g_c_3 g_fs_16">{{ item.label }}</view>
</view>
@ -61,6 +67,11 @@ export default {
};
},
props: {
rpl:{
default:()=>{
return 7;
}
},
list: {
type: Array,
default: () => {

@ -18,13 +18,13 @@
</swiper-item>
</swiper>
</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="{
height: currentIndex == 0 ? swiperFirstHeight + 'px' : swiperSecondHeight + 'px',
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-item style="overflow: unset">
<swiper-item style="overflow: unset" class="g_flex_column_center">
<!-- (imageSize*0.8 - ml) -->
<div
class="m-first-panel g_flex_row_start"
@ -58,8 +58,8 @@
<img
:src="item.icon"
:style="{
width: imageSize * 0.69 + 'px',
height: imageSize * 0.69 + 'px',
width: imageSize * 0.8 + 'px',
height: imageSize * 0.8 + 'px',
}"
/>
</div>

@ -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'

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

Loading…
Cancel
Save