去除技师资格认证
This commit is contained in:
parent
bfb951a5b3
commit
b3f49cb408
|
@ -415,6 +415,7 @@
|
|||
},
|
||||
// 轮播图/广告图跳转
|
||||
goBanner(e) {
|
||||
console.log(e);
|
||||
// connect_type 1查看大图,2文章
|
||||
let {
|
||||
connect_type,
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<view class="flex-between ml-lg mr-lg b-1px-b">
|
||||
<view class="item-text flex-y-center"><i class="iconfont icon-required c-warning"></i>生日</view>
|
||||
<view class="item-input text flex-1">
|
||||
<picker @change="pickerChange($event,'birthday')" mode="date" :end="endYear"
|
||||
<picker @change="pickerChange($event,'birthday')" mode="date"
|
||||
:value="form.birthday">
|
||||
<view class="flex-between">
|
||||
{{form.birthday||'请选择'}}
|
||||
|
@ -108,13 +108,13 @@
|
|||
{{form.text.length>300?300:form.text.length}}/300
|
||||
</view>
|
||||
</view>
|
||||
<view class="fill-base mt-md radius-16">
|
||||
<!-- <view class="fill-base mt-md radius-16">
|
||||
<view class="flex-between pl-lg pr-lg">
|
||||
<view class="item-text flex-y-center"><i class="iconfont icon-required c-warning"></i>身份证号</view>
|
||||
<input v-model="form.id_code" type="text" class="item-input flex-1"
|
||||
:placeholder="rule[7].errorMsg" />
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="fill-base mt-md radius-16">
|
||||
<view class="flex-between pl-lg pr-lg">
|
||||
<view class="item-text flex-y-center"><i class="iconfont icon-required c-warning"></i>身份证照片</view>
|
||||
|
@ -266,41 +266,42 @@
|
|||
checkType: "isNotNull",
|
||||
errorMsg: "请输入" + this.$t('action.attendantName') + "简介",
|
||||
regType: 2
|
||||
}, {
|
||||
name: "id_code",
|
||||
checkType: "isIdCard",
|
||||
errorMsg: "输入您的身份证号码"
|
||||
},
|
||||
{
|
||||
name: "id_card",
|
||||
checkType: "isNotNull",
|
||||
errorMsg: "请上传身份证人像面"
|
||||
},
|
||||
{
|
||||
name: "id_card_fan",
|
||||
checkType: "isNotNull",
|
||||
errorMsg: "请上传身份证国徽面"
|
||||
},
|
||||
{
|
||||
name: "id_card_people",
|
||||
checkType: "isNotNull",
|
||||
errorMsg: "请上传手持身份证照片"
|
||||
},
|
||||
{
|
||||
name: "license",
|
||||
checkType: "isNotNull",
|
||||
errorMsg: "请上传资格证书"
|
||||
},
|
||||
{
|
||||
name: "work_img",
|
||||
checkType: "isNotNull",
|
||||
errorMsg: "请上传工作形象照"
|
||||
},
|
||||
{
|
||||
name: "self_img",
|
||||
checkType: "isNotNull",
|
||||
errorMsg: "请上传个人生活照"
|
||||
},
|
||||
}
|
||||
// {
|
||||
// name: "id_code",
|
||||
// checkType: "isIdCard",
|
||||
// errorMsg: "输入您的身份证号码"
|
||||
// },
|
||||
// {
|
||||
// name: "id_card",
|
||||
// checkType: "isNotNull",
|
||||
// errorMsg: "请上传身份证人像面"
|
||||
// },
|
||||
// {
|
||||
// name: "id_card_fan",
|
||||
// checkType: "isNotNull",
|
||||
// errorMsg: "请上传身份证国徽面"
|
||||
// },
|
||||
// {
|
||||
// name: "id_card_people",
|
||||
// checkType: "isNotNull",
|
||||
// errorMsg: "请上传手持身份证照片"
|
||||
// },
|
||||
// {
|
||||
// name: "license",
|
||||
// checkType: "isNotNull",
|
||||
// errorMsg: "请上传资格证书"
|
||||
// },
|
||||
// {
|
||||
// name: "work_img",
|
||||
// checkType: "isNotNull",
|
||||
// errorMsg: "请上传工作形象照"
|
||||
// },
|
||||
// {
|
||||
// name: "self_img",
|
||||
// checkType: "isNotNull",
|
||||
// errorMsg: "请上传个人生活照"
|
||||
// },
|
||||
],
|
||||
lockTap: false
|
||||
}
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
aitem.field_value = ''
|
||||
})
|
||||
}
|
||||
console.log("测试及一些",data);
|
||||
this.detail = data
|
||||
uni.setNavigationBarTitle({
|
||||
title: data.title
|
||||
|
|
Loading…
Reference in New Issue