diff --git a/src/assets/logo.png b/src/assets/logo.png index 6554322..ddcf10f 100644 Binary files a/src/assets/logo.png and b/src/assets/logo.png differ diff --git a/src/assets/logo2x.png b/src/assets/logo2x.png new file mode 100644 index 0000000..74b8435 Binary files /dev/null and b/src/assets/logo2x.png differ diff --git a/src/assets/logo3x.png b/src/assets/logo3x.png new file mode 100644 index 0000000..d8f78b7 Binary files /dev/null and b/src/assets/logo3x.png differ diff --git a/src/components/Header/Header.vue b/src/components/Header/Header.vue index 6302695..c03f53a 100644 --- a/src/components/Header/Header.vue +++ b/src/components/Header/Header.vue @@ -28,7 +28,7 @@ export default { props:{}, data() { return { - logo: require('@/assets/logo_header01.png') + logo: require('@/assets/logo.png') }; }, beforeCreate() { @@ -65,7 +65,7 @@ export default { padding: 0 30px; .logo_wrap{ img{ - width: 60px; + // width: 60px; height: 60px; } } diff --git a/src/components/Header/onlyHeader.vue b/src/components/Header/onlyHeader.vue index 09a699d..50bca7d 100644 --- a/src/components/Header/onlyHeader.vue +++ b/src/components/Header/onlyHeader.vue @@ -13,7 +13,7 @@ export default { props:{}, data() { return { - logo: require('@/assets/logo_header01.png') + logo: require('@/assets/logo.png') }; }, beforeCreate() { @@ -50,7 +50,7 @@ export default { padding: 0 30px; .logo_wrap{ img{ - width: 60px; + // width: 60px; height: 60px; } } diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 0ea31fe..6701286 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -183,9 +183,9 @@ } }, computed: { - donation() { - return require('@/assets/logo.png') - }, + // donation() { + // return require('@/assets/logo.png') + // }, user() { return this.$store.state.account.user }, diff --git a/src/views/fids/enterpriseManagement/enterpriseCertification/components/show.vue b/src/views/fids/enterpriseManagement/enterpriseCertification/components/show.vue index fbcceef..7e21191 100644 --- a/src/views/fids/enterpriseManagement/enterpriseCertification/components/show.vue +++ b/src/views/fids/enterpriseManagement/enterpriseCertification/components/show.vue @@ -14,7 +14,8 @@
1. 基础用户通过填写资质信息。
2. 成功提交资质信息后,请耐心等待审核员进行审核。
- 3. 审核通过后,如若资质信息有变更,请及时进行修改。
+ + 3. 审核通过后,如若资质信息有变更,请及时联系管理员。
4. 被驳回后,请详细核查驳回原因,更正后可继续提交审核。
diff --git a/src/views/fids/enterpriseManagement/enterpriseCertification/components/step1.vue b/src/views/fids/enterpriseManagement/enterpriseCertification/components/step1.vue index 3e9370b..4e3ebd3 100644 --- a/src/views/fids/enterpriseManagement/enterpriseCertification/components/step1.vue +++ b/src/views/fids/enterpriseManagement/enterpriseCertification/components/step1.vue @@ -63,7 +63,7 @@ - +
- + - + = this.limitCount; }, //联系人正面变更 @@ -713,16 +713,16 @@ export default { }, //联系人反面照成功 handSuccessRearContactsId(file) { - this.stepData1.contactCrtBackImgRid = file.data.idisResult + // this.stepData1.contactCrtBackImgRid = file.data.idisResult this.stepData1.contactCrtBackImgUrl = file.data.url this.contactCrtBackImgFile.push({name: file.data.filename, url: file.data.url, bizType: file.data.bizType}) - this.$refs.step1.validateField('contactCrtBackImgRid') + this.$refs.step1.validateField('contactCrtBackImgUrl') }, //联系人反面照删除 handleRemoveRearContactsId(file, fileList) { - this.stepData1.contactCrtBackImgRid = '' + // this.stepData1.contactCrtBackImgRid = '' this.contactCrtBackImgFile = fileList - this.$refs.step1.validateField('contactCrtBackImgRid') + this.$refs.step1.validateField('contactCrtBackImgUrl') this.hideContactsR = fileList.length >= this.limitCount; }, //联系人反面变更 @@ -734,16 +734,16 @@ export default { //法人相关 //法人正面照成功 handSuccessLegalId(file) { - this.stepData1.legalCrtFrontImgRid = file.data.idisResult + // this.stepData1.legalCrtFrontImgRid = file.data.idisResult this.stepData1.legalCrtFrontImgUrl = file.data.url this.legalCrtFrontImgFile.push({name: file.data.filename, url: file.data.url, bizType: file.data.bizType}) - this.$refs.step1.validateField('legalCrtFrontImgRid') + this.$refs.step1.validateField('legalCrtFrontImgUrl') }, //法人正面照删除 handleRemoveLegalId(file, fileList) { - this.stepData1.legalCrtFrontImgRid = '' + // this.stepData1.legalCrtFrontImgRid = '' this.legalCrtFrontImgFile = fileList - this.$refs.step1.validateField('legalCrtFrontImgRid') + this.$refs.step1.validateField('legalCrtFrontImgUrl') this.hideUploadF = fileList.length >= this.limitCount; }, //法人正面图片变更 @@ -752,16 +752,16 @@ export default { }, //法人反面成功 handSuccessRearLegalID(file) { - this.stepData1.legalCrtBackImgRid = file.data.idisResult + // this.stepData1.legalCrtBackImgRid = file.data.idisResult this.stepData1.legalCrtBackImgUrl = file.data.url this.legalCrtBackImgFile.push({name: file.data.filename, url: file.data.url, bizType: file.data.bizType}) - this.$refs.step1.validateField('legalCrtBackImgRid') + this.$refs.step1.validateField('legalCrtBackImgUrl') }, //法人反面删除 handleRemoveRearLegalID(file, fileList) { - this.stepData1.legalCrtBackImgRid = '' + // this.stepData1.legalCrtBackImgRid = '' this.legalCrtBackImgFile = fileList - this.$refs.step1.validateField('legalCrtBackImgRid') + this.$refs.step1.validateField('legalCrtBackImgUrl') this.hideUploadR = fileList.length >= this.limitCount; }, //法人反面变更 @@ -778,18 +778,18 @@ export default { }, //企业认证资料删除 handleRemoveCompany(file, fileList) { - this.stepData1.orgCrtImgRid = '' + // this.stepData1.orgCrtImgRid = '' this.orgCrtImgFile = fileList - this.$refs.step1.validateField('orgCrtImgRid') + this.$refs.step1.validateField('orgCrtImgUrl') this.hideUpCompany = fileList.length >= this.limitCount; }, //企业认证资料成功 handSuccessCompany(file) { - this.stepData1.orgCrtImgRid = file.data.idisResult + // this.stepData1.orgCrtImgRid = file.data.idisResult this.stepData1.orgCrtImgUrl = file.data.url this.orgCrtImgFile.push({name: file.data.filename, url: file.data.url, bizType: file.data.bizType}) - this.$refs.step1.validateField('orgCrtImgRid') + this.$refs.step1.validateField('orgCrtImgUrl') }, diff --git a/src/views/fids/enterpriseManagement/enterpriseCertification/components/step2.vue b/src/views/fids/enterpriseManagement/enterpriseCertification/components/step2.vue index 5a18399..8de93e1 100644 --- a/src/views/fids/enterpriseManagement/enterpriseCertification/components/step2.vue +++ b/src/views/fids/enterpriseManagement/enterpriseCertification/components/step2.vue @@ -135,7 +135,7 @@