no message

cyl/job_im_cus
jscyl13849007907 3 weeks ago
parent 6658349c63
commit 62ab8f8ed1

@ -88,52 +88,53 @@
</view> </view>
</view> </view>
<!-- 地址 --> <!-- 地址 -->
<div style="border-radius: 8px;margin: 10px auto;padding: 8px 0;" class="g_border_e_t bossinfo_dom"> <div style="border-top: 1px solid #eee;">
<view class="m-address " <div style="border-radius: 8px;margin: 10px auto;padding: 8px 0;" class="bossinfo_dom">
hover-class="thover" <view class="m-address "
v-if="(jobDetail && jobDetail.store) || (jobDetail.storeLat && jobDetail.storeLng)"> hover-class="thover"
<div class="store-item g_flex_row_start" v-if="jobDetail && jobDetail.store" style="margin-bottom: 6px;"> v-if="(jobDetail && jobDetail.store) || (jobDetail.storeLat && jobDetail.storeLng)">
<view class="g_flex_none" style="font-size: 14px;color: #999;"> <div class="store-item g_flex_row_start" v-if="jobDetail && jobDetail.store" style="margin-bottom: 6px;">
工作单位 <view class="g_flex_none" style="font-size: 14px;color: #999;">
</view> 工作单位
<view class="g_flex_1 g_flex_column_center" @click="showCompanyInfo">
<view class="g_ell_1 g_fw_600" style="font-size: 14px;color: #000;">
{{ jobDetail.store.aliasName || "-" }}
</view> </view>
</view> <view class="g_flex_1 g_flex_column_center" @click="showCompanyInfo">
</div> <view class="g_ell_1 g_fw_600" style="font-size: 14px;color: #000;">
<div class="store-item g_flex_row_start" v-if="jobDetail && jobDetail.store" style="margin-bottom: 6px;"> {{ jobDetail.store.aliasName || "-" }}
<view class="g_flex_none" style="font-size: 14px;color: #999;"> </view>
企业简介
</view>
<view class="g_flex_1 g_flex_column_center" @click="showCompanyInfo">
<view class="g_ell_2" style="font-size: 14px;color: #999;">
{{ jobDetail.store.storeInfo || "-" }}
</view> </view>
</view> </div>
<view class="g_flex_none g_flex_c" style="width: 24px;" @click="showCompanyInfo"> <div class="store-item g_flex_row_start" v-if="jobDetail && jobDetail.store" style="margin-bottom: 6px;">
<i class="iconfont icon-gengduo11 g_c_9 g_w_14 g_h_14" style="font-size: 16px;color: #999999;"></i> <view class="g_flex_none" style="font-size: 14px;color: #999;">
</view> 企业简介
</div>
<div class="store-item g_flex_row_start" >
<view class="g_flex_none" style="font-size: 14px;color: #999;">
工作地点
</view>
<view class="g_flex_1 g_mr_4 g_flex_column_center" @click="goAddress">
<view class="g_ell_2" style="font-size: 14px;color: #999;">
{{ jobDetail.storeAddr || "-" }}
</view> </view>
</view> <view class="g_flex_1 g_flex_column_center" @click="showCompanyInfo">
<view class="g_flex_none g_flex_c" style="width: 24px;" @click="goAddress"> <view class="g_ell_2" style="font-size: 14px;color: #999;">
<i class="iconfont icon-dizhi1 g_c_9 g_w_14 g_h_14" style="font-size: 18px;color: #999999;"></i> {{ jobDetail.store.storeInfo || "-" }}
</view> </view>
</div> </view>
</view> <view class="g_flex_none g_flex_c" style="width: 24px;" @click="showCompanyInfo">
<view v-else class="g_border_e_t g_mt_16"></view> <i class="iconfont icon-gengduo11 g_c_9 g_w_14 g_h_14" style="font-size: 16px;color: #999999;"></i>
</view>
</div>
<div class="store-item g_flex_row_start" >
<view class="g_flex_none" style="font-size: 14px;color: #999;">
工作地点
</view>
<view class="g_flex_1 g_mr_4 g_flex_column_center" @click="goAddress">
<view class="g_ell_2" style="font-size: 14px;color: #999;">
{{ jobDetail.storeAddr || "-" }}
</view>
</view>
<view class="g_flex_none g_flex_c" style="width: 24px;" @click="goAddress">
<i class="iconfont icon-dizhi1 g_c_9 g_w_14 g_h_14" style="font-size: 18px;color: #999999;"></i>
</view>
</div>
</view>
<view v-else class="g_border_e_t g_mt_16"></view>
</div>
</div> </div>
<!-- 轮播banner --> <!-- 轮播banner -->
<!-- 轮播banner --> <view class="m-banner g_pb_16 g_mt_12 boss_banner_dom" v-if="swiperArray.length > 0">
<view class="m-banner g_pb_16 g_border_e_b g_mt_12 boss_banner_dom" v-if="swiperArray.length > 0">
<scroll-view class="banner-scroll" scroll-x="true" show-scrollbar="false" :scroll-with-animation="true"> <scroll-view class="banner-scroll" scroll-x="true" show-scrollbar="false" :scroll-with-animation="true">
<view class="scroll-content"> <view class="scroll-content">
<view v-for="(item, index) in swiperArray" :key="index" class="scroll-item" :class="index == 0 ? 'g_ml_0 g_mr_0' : ''" @click="item.type == 'image' ? handleViewBig(item, index) : showVideo(item)"> <view v-for="(item, index) in swiperArray" :key="index" class="scroll-item" :class="index == 0 ? 'g_ml_0 g_mr_0' : ''" @click="item.type == 'image' ? handleViewBig(item, index) : showVideo(item)">
@ -149,7 +150,7 @@
</scroll-view> </scroll-view>
</view> </view>
<!-- 职位描述富文本 --> <!-- 职位描述富文本 -->
<view class="g_flex_row_center g_border_e_b"> <view class="g_flex_row_center g_border_e_b g_border_e_t">
<u-tabs inactive-color="#000000" bg-color="transparent" :list="tabInfo.list" :current="tabInfo.active" :active-color="globalData.themeColor" bar-width="32" bar-height="6" @change="setType" :gutter="50" font-size="36" duration="0.05" height="76"></u-tabs> <u-tabs inactive-color="#000000" bg-color="transparent" :list="tabInfo.list" :current="tabInfo.active" :active-color="globalData.themeColor" bar-width="32" bar-height="6" @change="setType" :gutter="50" font-size="36" duration="0.05" height="76"></u-tabs>
</view> </view>
<view class="" v-if="tabInfo.active == 0"> <view class="" v-if="tabInfo.active == 0">

Loading…
Cancel
Save