From 6342f3bb9d6a9771d74fc695f408e2679c9477ac Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Wed, 4 May 2022 13:49:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 +- pages/center/prohibited/details.vue | 131 ++++++++++++++++++++-------- utils/domain.js | 3 +- 3 files changed, 100 insertions(+), 40 deletions(-) diff --git a/pages.json b/pages.json index a4fb3fa..29353c5 100644 --- a/pages.json +++ b/pages.json @@ -487,9 +487,9 @@ "path": "prohibited/details", "style": { "navigationBarTitleText": "违禁详情", - "navigationBarBackgroundColor": "#038EF5", - "navigationBarTextStyle": "white", - "enablePullDownRefresh": true + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black", + "enablePullDownRefresh": false } }, { diff --git a/pages/center/prohibited/details.vue b/pages/center/prohibited/details.vue index 4307858..d61ab64 100644 --- a/pages/center/prohibited/details.vue +++ b/pages/center/prohibited/details.vue @@ -6,8 +6,7 @@ {{ userlistobj.agentName || '' }} - {{ userlistobj.validInvalidName }} - | + {{ userlistobj.violatedStatus | ViolatedStatus }} @@ -31,7 +30,30 @@ - + - - - - - - 录音文件 - - - - - - {{ item.speaker | toCapital }} + + + + 录音文件 + + + + + + {{ item.speaker | toCapital }} + + + + - - - - - - - - + + + + @@ -96,6 +116,10 @@ + +