no message

cyl/job_im
jscyl13849007907 3 weeks ago
parent cbe1efe075
commit 6975cc9d06

@ -9,9 +9,19 @@
<textarea class data-type="desp" v-model="aitext" placeholder="粘贴工友信息, 用AI识别 " placeholder-style="color:#999" :maxlength="-1" :style="{ width: '100%', 'min-height': true ? '104px' : '104px' }"></textarea>
<div class>
<view class="g_flex_row_end flex_center">
<view class="iconfont icon-jia1 g_c_9 g_mr_8 g_fs_20 g_position_rela biggerSize" @click="chooseImgShow = true"></view>
<view class="g_mr_8 g_w_72 g_fw_600">
<rh-button size="small_auto" type="default" height="24" :fontSize="12" @clickBtn="getClipboard" :btnText="(aitext ? '清空' : '粘贴') + '内容'"></rh-button>
<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 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>
</view>
<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>

@ -192,11 +192,13 @@ export default {
});
uni.$on("changeJobInfo", function (data) {
that.updateInfo.jobId = data.info.leafCateId;
that.updateInfo.jobName = data.info.title;
that.updateInfo.jobName = data.info.jobName;
that.currentJobInfo = data.info;
that.jobType = data.info.jobType;
console.log("data.info", data.info);
//
that.setFormList();
that.getJobDetail(data.info);
that.$forceUpdate();
});

Loading…
Cancel
Save