|
@@ -439,7 +439,7 @@ export default class BaseInfo extends Component {
|
|
|
});
|
|
|
|
|
|
//营业执照图片
|
|
|
- if (!business_license_img[0].fileList.length) {
|
|
|
+ if (!business_license_img[0].fileList.length && tmp_data.businessLicenseImage) {
|
|
|
business_license_img[0].fileList.push({
|
|
|
response: {
|
|
|
data: {
|
|
@@ -456,7 +456,7 @@ export default class BaseInfo extends Component {
|
|
|
|
|
|
|
|
|
//法人身份证正面图片
|
|
|
- if (!legal_front_card_img[0].fileList.length) {
|
|
|
+ if (!legal_front_card_img[0].fileList.length && tmp_data.personCardUp) {
|
|
|
legal_front_card_img[0].fileList.push({
|
|
|
response: {
|
|
|
data: {
|
|
@@ -473,7 +473,7 @@ export default class BaseInfo extends Component {
|
|
|
|
|
|
|
|
|
//法人身份证反面图片
|
|
|
- if (!legal_back_card_img[0].fileList.length) {
|
|
|
+ if (!legal_back_card_img[0].fileList.length && tmp_data.personCardDown) {
|
|
|
legal_back_card_img[0].fileList.push({
|
|
|
response: {
|
|
|
data: {
|