|
|
|
|
@ -96,35 +96,35 @@
|
|
|
|
|
<view class="g_flex_none" style="font-size: 14px;color: #999;">
|
|
|
|
|
工作单位:
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_flex_1 g_ml_12 g_flex_column_center">
|
|
|
|
|
<view class="g_ell_1" style="font-size: 14px;color: #000;">
|
|
|
|
|
<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>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="store-item g_flex_row_start" v-if="jobDetail && jobDetail.store" style="margin-bottom: 6px;" @click="showCompanyInfo">
|
|
|
|
|
<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_ml_12 g_flex_column_center">
|
|
|
|
|
<view class="g_flex_1 g_flex_column_center" @click="showCompanyInfo">
|
|
|
|
|
<view class="g_ell_1" style="font-size: 14px;color: #999;">
|
|
|
|
|
{{ jobDetail.store.storeInfo || "-" }}
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_flex_none g_flex_c" style="width: 24px;">
|
|
|
|
|
<view class="g_flex_none g_flex_c" style="width: 24px;" @click="showCompanyInfo">
|
|
|
|
|
<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" @click="goAddress">
|
|
|
|
|
<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_ml_12 g_mr_4 g_flex_column_center">
|
|
|
|
|
<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;">
|
|
|
|
|
<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>
|
|
|
|
|
|