diff --git a/App.vue b/App.vue index 002072b..59c9b0c 100644 --- a/App.vue +++ b/App.vue @@ -5,7 +5,7 @@ import im from '@/utils/im/index.js' export default { - onLaunch: function() { + onLaunch: function() { im.initIm('lmxuhwaglu76d') return //#ifdef APP-PLUS diff --git a/pages.json b/pages.json index 79e4cef..9d8aede 100644 --- a/pages.json +++ b/pages.json @@ -373,12 +373,20 @@ { "path": "pages/im/private/chat", "style": { - "navigationBarTitleText": "聊天", - "navigationBarBackgroundColor": "#F3F6FB", - "app-plus": { - "bounce": "none" + "navigationBarBackgroundColor":"#FFFFFF", + "disableScroll": false, + "app-plus": { + "titleNView": { + "type": "default", + "buttons": [{ + "float": "right", + "fontSrc": "/static/iconfont.ttf", + "text": "\ue607", + "fontSize": "20px" + }] + } } - } + } }, { "path": "pages/im/private/call", diff --git a/pages/im/components/sentMessageBar.vue b/pages/im/components/sentMessageBar.vue index 5e4bc93..80ea063 100644 --- a/pages/im/components/sentMessageBar.vue +++ b/pages/im/components/sentMessageBar.vue @@ -1,5 +1,5 @@