no message

cyl/job_im
jscyl13849007907 3 weeks ago
parent cdc4534371
commit 97fdcaaa17

@ -96,35 +96,35 @@
<view class="g_flex_none" style="font-size: 14px;color: #999;"> <view class="g_flex_none" style="font-size: 14px;color: #999;">
工作单位 工作单位
</view> </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: #000;"> <view class="g_ell_1 g_fw_600" style="font-size: 14px;color: #000;">
{{ jobDetail.store.aliasName || "-" }} {{ jobDetail.store.aliasName || "-" }}
</view> </view>
</view> </view>
</div> </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 class="g_flex_none" style="font-size: 14px;color: #999;">
企业简介 企业简介
</view> </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;"> <view class="g_ell_1" style="font-size: 14px;color: #999;">
{{ jobDetail.store.storeInfo || "-" }} {{ jobDetail.store.storeInfo || "-" }}
</view> </view>
</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> <i class="iconfont icon-gengduo11 g_c_9 g_w_14 g_h_14" style="font-size: 16px;color: #999999;"></i>
</view> </view>
</div> </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 class="g_flex_none" style="font-size: 14px;color: #999;">
工作地点 工作地点
</view> </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;"> <view class="g_ell_2" style="font-size: 14px;color: #999;">
{{ jobDetail.storeAddr || "-" }} {{ jobDetail.storeAddr || "-" }}
</view> </view>
</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> <i class="iconfont icon-dizhi1 g_c_9 g_w_14 g_h_14" style="font-size: 18px;color: #999999;"></i>
</view> </view>
</div> </div>

@ -9,12 +9,20 @@
<textarea class data-type="desp" v-model="aitext" placeholder="粘贴工友信息, 用AI识别 " placeholder-style="color:#999" :maxlength="-1" :style="{ width: '100%', 'height': true ? '84px' : '84px' }"></textarea> <textarea class data-type="desp" v-model="aitext" placeholder="粘贴工友信息, 用AI识别 " placeholder-style="color:#999" :maxlength="-1" :style="{ width: '100%', 'height': true ? '84px' : '84px' }"></textarea>
<div class> <div class>
<view class="g_flex_row_end flex_center"> <view class="g_flex_row_end flex_center">
<view class="g_c_9 g_mr_8 g_fs_12 g_position_rela biggerSize" @click="chooseImgShow = true"> <view class="g_c_9 g_mr_8 g_fs_12 g_position_rela biggerSize" @click="chooseImgShow = true"
style="font-size: 12px;width: 72px;
background-color: #eee;
color: #999;
border-radius: 60px;
height: 24px;
text-align: center;
line-height: 24px;"
>
上传图片 上传图片
</view> </view>
<view class="g_mr_8 g_w_72 g_fw_600"> <view class="g_mr_8 g_w_72 g_fw_600" style="width: 90px;">
<rh-button size="small_auto" type="default" height="24" :fontSize="12" @clickBtn="getClipboard" :btnText="aitext ? '清空内容' : '粘贴粘贴并识别'"></rh-button> <rh-button size="small_auto" type="default" height="24" :fontSize="12" @clickBtn="getClipboard" :btnText="aitext ? '清空内容' : '粘贴并识别'"></rh-button>
</view> </view>
<view class="g_w_72 g_fw_600"> <view class="g_w_72 g_fw_600">
<rh-button size="small_auto" gradual="linear-gradient(-130deg, #5c6cf7, #9963f9)" icon="icon-aitubiao" type="gradual" height="24" :fontSize="12" btnText="AI识别" @clickBtn="getCoze"></rh-button> <rh-button size="small_auto" gradual="linear-gradient(-130deg, #5c6cf7, #9963f9)" icon="icon-aitubiao" type="gradual" height="24" :fontSize="12" btnText="AI识别" @clickBtn="getCoze"></rh-button>

Loading…
Cancel
Save