no message

cyl/master-0804
jscyl13849007907 4 months ago
parent db37546286
commit 29edca07e8

@ -145,7 +145,14 @@ export default {
uni.getClipboardData({
success(res) {
console.log(res)
that.aitext = res.data
if(res.data){
that.aitext = res.data
}else{
uni.showToast({
title: '请先复制内容',
icon: 'none',
})
}
},
fail() {
uni.showToast({

@ -3,7 +3,7 @@
<AiApply class="" @outputInfo="getTownsManInfo" />
<view class="">
<view class="card-tip g_pt_12 g_pb_8 g_pl_20 g_c_6">老乡信息</view>
<view class="card-tip g_pt_12 g_pb_8 g_pl_20 g_c_6">工友信息</view>
<view>
<view class="g_bg_f g_pl_15 g_pr_15 g_pt_10 g_ml_10 g_mr_10 g_radius_8 g_mb_12"
v-for="(item, index) in persenInfo" :key="index" style="margin-bottom: 12px;">
@ -63,7 +63,7 @@
<view class="g_flex_column_center">
<i class="iconfont icon-jia1 g_c_min g_mr_6" style="font-size: 18px"></i>
</view>
<view class="">添加老乡</view>
<view class="">添加工友</view>
</view>
<view>
<view class="card-tip g_pt_24 g_pb_8 g_pl_20 g_c_6">职位信息</view>
@ -489,10 +489,10 @@
let that = this,
params = {},
info = null;
// ,
// ,
// if (!that.persenInfo[0].userName && $item === "") {
// uni.showToast({
// title: "",
// title: "",
// icon: "none",
// });
// return;
@ -544,7 +544,7 @@
if (that.persenInfo.length == 0) {
uni.showToast({
icon: "none",
title: "请输入老乡信息",
title: "请输入工友信息",
});
return false;
}

Loading…
Cancel
Save