Commit 9420d980 authored by linwenqing's avatar linwenqing

Merge branch 'dev-fix' into dev

parents a7c95785 c7b7a459
......@@ -52,19 +52,19 @@
{
typeKey: 'electrician_certificate',
typeName: '电工证',
desc: ['上传电工证照片', '无需上传反面照'],
desc: ['上传电工证照片'],
maxImgs: 1
},
{
typeKey: 'driver_license',
typeName: '驾驶证',
desc: ['上传驾驶证照片', '无需上传反面照'],
desc: ['上传驾驶证照片'],
maxImgs: 1
},
{
typeKey: 'driving_license',
typeName: '行驶证',
desc: ['上传行驶证照片', '无需上传反面照'],
desc: ['上传行驶证照片'],
maxImgs: 1
},
{
......@@ -76,19 +76,19 @@
{
typeKey: 'high_sky_license',
typeName: '高空证',
desc: ['上传高空证照片', '无需上传反面照'],
desc: ['上传高空证照片'],
maxImgs: 1
},
{
typeKey: 'refrigeration_license',
typeName: '制冷证',
desc: ['上传制冷证照片', '无需上传反面照'],
desc: ['上传制冷证照片'],
maxImgs: 1
},
{
typeKey: 'business_license',
typeName: '营业执照',
desc: ['上传营业执照照片', '无需上传反面照'],
desc: ['上传营业执照照片'],
maxImgs: 1
}
],
......@@ -108,13 +108,6 @@
}
},
async handleClick(certType, key) {
if (this.imgList[this.key].desc[key] == '无需上传反面照') {
uni.showToast({
icon: "none",
title: this.imgList[this.key].desc[key],
});
return
}
let self = this
self.uploadType = certType || ''
let attr = {
......@@ -181,7 +174,6 @@
}
.notice-top {
width: 290rpx;
height: 32rpx;
font-size: 32rpx;
font-family: PingFang-SC-Bold, PingFang-SC;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment