diff --git a/App.vue b/App.vue index e337690..2a5f8bc 100644 --- a/App.vue +++ b/App.vue @@ -1,7 +1,7 @@ - + diff --git a/static/favicon.png b/static/favicon.png index 49dbe6b..3bd1d38 100644 Binary files a/static/favicon.png and b/static/favicon.png differ diff --git a/sub/chat/index.vue b/sub/chat/index.vue index 2abb969..79a7e27 100644 --- a/sub/chat/index.vue +++ b/sub/chat/index.vue @@ -1,6 +1,6 @@ diff --git a/sub/enterprise/detail.vue b/sub/enterprise/detail.vue index 9cd935a..67737f7 100644 --- a/sub/enterprise/detail.vue +++ b/sub/enterprise/detail.vue @@ -11,46 +11,57 @@ - {{ detail.enterprisesName }} - - 企业地址 {{ detail.address }} - {{ detail.introduction }} - - + {{ detail.enterprisesName }} + + + {{ detail.address }} + - + 环保负责人 - {{ detail.enterprisesName }} + {{ detail.enterprisesName }} + 联系方式 {{ detail.environmentalContactPhone }} - - 成立时间 - {{ $util.formatDate(detail.establishmentDate, 'YYYY年M月D日') }} + + - - - - {{ $dict.echoDicValue(dictMap.enterprise_qua, prove.qualificationName.toString()) }} + {{ detail.introduction }} + + + + + + + + 资质名称 + + {{ $dict.echoDicValue(dictMap.enterprise_qua, prove.qualificationName.toString()) }} + + + + 资质编号 + + {{ prove.enterpriseAuth }} + - - {{ $util.formatDate(prove.handleDate, 'YYYY年M月D日') }}- - {{ $util.formatDate(prove.expiryDate, 'YYYY年M月D日') }} + + 资质时限 + + {{ $util.formatDate(prove.handleDate, 'YYYY/M/D') }}~ + {{ $util.formatDate(prove.expiryDate, 'YYYY/M/D') }} + - - 实时监控 + 检查记录 - - 检查记录 + + 确认审核 @@ -90,7 +101,9 @@ export default { this.detail = res.data }, goBack() { - uni.navigateBack() + uni.switchTab({ + url: '/pages/enterprise' + }) } } } @@ -99,6 +112,7 @@ export default { diff --git a/sub/enterprise/edit.vue b/sub/enterprise/edit.vue index 68581e1..4e253ee 100644 --- a/sub/enterprise/edit.vue +++ b/sub/enterprise/edit.vue @@ -50,7 +50,7 @@ - + { - console.log(res) - }) + // getQrcode({ + // data: { + // page: 'pages/login', + // scene: `invateId=${this.$store.getters.userId}` + // } + // }).then(res => { + // console.log(res) + // }) }, onShareAppMessage() { return { @@ -54,4 +54,4 @@ export default { justify-content: center; align-items: center; } - + \ No newline at end of file diff --git a/uni.scss b/uni.scss index 5b70ec4..befedcf 100644 --- a/uni.scss +++ b/uni.scss @@ -17,7 +17,7 @@ $uni-text-color-disable: #c0c0c0; /* 背景颜色 */ $uni-bg-color: #ffffff; -$uni-bg-color-grey: #f8f8f8; +$uni-bg-color-grey: #78829d; $uni-bg-color-hover: #f1f1f1; //点击状态颜色 $uni-bg-color-mask: rgba(0, 0, 0, 0.4); //遮罩颜色 @@ -66,3 +66,4 @@ $uni-font-size-paragraph: 15px; $cs-shadow-color: #eaeaea; $cs-border-radius: 8px; $cs-gap: 10px; +$cs-main-color: #17c653; diff --git a/uni_modules/s-components/s-header/index.vue b/uni_modules/s-components/s-header/index.vue index 8ce6332..ee0a9cb 100644 --- a/uni_modules/s-components/s-header/index.vue +++ b/uni_modules/s-components/s-header/index.vue @@ -7,7 +7,7 @@ - + {{ title }} @@ -49,9 +49,7 @@ export default {