diff --git a/ghy-admin/src/main/resources/templates/worker/certification/certification.html b/ghy-admin/src/main/resources/templates/worker/certification/certification.html index 5c268175..45197294 100644 --- a/ghy-admin/src/main/resources/templates/worker/certification/certification.html +++ b/ghy-admin/src/main/resources/templates/worker/certification/certification.html @@ -89,7 +89,7 @@ field: 'idCardUrl1', title: '身份证正面照片', formatter: function(value) { - if (value != null && value !== ''){return '查看图片';} + if (value != null && value !== ''){return '查看图片';} else {return ''} } }, @@ -97,7 +97,7 @@ field: 'idCardUrl2', title: '身份证反面照片', formatter: function(value) { - if (value != null && value !== ''){return '查看图片';} + if (value != null && value !== ''){return '查看图片';} else {return ''} } },