From 6846120b9273fa9334bc133ed0b4d8c0706ba794 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 15 Feb 2022 09:09:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E5=83=8F=E8=BD=AC=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppIntegralAudit/AppIntegralAudit.vue | 3 +- src/apps/AppIntegralAudit/detail.vue | 41 +++++++++++++++++-- src/saas/AppConflictMediation/detail.vue | 6 ++- 3 files changed, 44 insertions(+), 6 deletions(-) diff --git a/src/apps/AppIntegralAudit/AppIntegralAudit.vue b/src/apps/AppIntegralAudit/AppIntegralAudit.vue index 6f4fd9cd..59b6021f 100644 --- a/src/apps/AppIntegralAudit/AppIntegralAudit.vue +++ b/src/apps/AppIntegralAudit/AppIntegralAudit.vue @@ -68,7 +68,7 @@ export default { }, toDetail() { - uni.navigateTo('./detail') + uni.navigateTo({url: './detail'}) } }, onShow() { @@ -180,6 +180,7 @@ export default { .num { font-size: 34px; + color: #E6736E; } .status0 { diff --git a/src/apps/AppIntegralAudit/detail.vue b/src/apps/AppIntegralAudit/detail.vue index 41b40393..2c4ff513 100644 --- a/src/apps/AppIntegralAudit/detail.vue +++ b/src/apps/AppIntegralAudit/detail.vue @@ -1,6 +1,26 @@ @@ -9,10 +29,13 @@ export default { name: 'detail', data () { return { + data: { + files: [] + } } }, methods: { - + previewImage() {} }, onShow() { document.title = '积分审核' @@ -25,5 +48,15 @@ export default { \ No newline at end of file diff --git a/src/saas/AppConflictMediation/detail.vue b/src/saas/AppConflictMediation/detail.vue index 93696c48..f17bede8 100644 --- a/src/saas/AppConflictMediation/detail.vue +++ b/src/saas/AppConflictMediation/detail.vue @@ -56,7 +56,8 @@
- + +
@@ -137,6 +138,9 @@ export default { transTxt(str){ return str.replace(/\$(.+)\$/g,'') }, + transAvatar(str){ + return str.replace(/\$(.+)\$.+/g,'') + }, getDetail() { this.$http.post(`/app/appclapeventinfo/queryDetailById?id=${this.id}`).then((res) => { if (res?.data) {