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) {