diff --git a/components/conversationList.vue b/components/conversationList.vue index 3d7f12b..184ec15 100644 --- a/components/conversationList.vue +++ b/components/conversationList.vue @@ -41,7 +41,7 @@ :style="{ 'backgroundColor':index == 0 ? '#0091FF' : '#6ED400' }" - v-if="index == 0 || index == 1" + v-if="index == 0 || index == 1 && false" class="g_flex_row_center" >
diff --git a/pages.json b/pages.json index 84bcd75..78d9c72 100644 --- a/pages.json +++ b/pages.json @@ -688,7 +688,7 @@ { "path": "applyList", "style": { - "navigationBarTitleText": "申请列表", // 申请列表 + "navigationBarTitleText": "新的代理", // 申请列表 "backgroundColor": "#ededed", "backgroundColorTop": "#ededed", "backgroundColorBottom": "#ededed" diff --git a/pages/person/index.vue b/pages/person/index.vue index 302897e..ee905a6 100644 --- a/pages/person/index.vue +++ b/pages/person/index.vue @@ -66,6 +66,24 @@ @clickItem="goPage('/root/bind/fensi')" /> + + +