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 @@ + +