diff --git a/.DS_Store b/.DS_Store index fbf1f23..102121f 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/App.vue b/App.vue index ad31a1b..185135f 100644 --- a/App.vue +++ b/App.vue @@ -5,7 +5,7 @@ export default { onLaunch: function() { im.initIm('lmxuhwaglu76d') - + return //#ifdef APP-PLUS // 获取系统版本号 getVersions({ diff --git a/apis/interfaces/im.js b/apis/interfaces/im.js index 07dcddf..55652a8 100644 --- a/apis/interfaces/im.js +++ b/apis/interfaces/im.js @@ -12,7 +12,7 @@ import { // 获取好友列表 const getFriends = () => { return request({ - url: 'im/friends', + url: 'im/friends/letter', }, true) } diff --git a/pages.json b/pages.json index 34409cf..d6d23bf 100644 --- a/pages.json +++ b/pages.json @@ -372,28 +372,8 @@ "path": "pages/im/index", "name": "IM", "style": { - "navigationBarTitleText": "聊聊", - "navigationBarBackgroundColor": "#F3F6FB", - "app-plus": { - "titleNView": { - "buttons": [ - { - "float": "left", - "text": "\ue605", - "fontSrc": "/static/iconfont.ttf", - "color": "#000", - "fontSize": "20px" - }, - { - "float": "right", - "text": "\ue606", - "fontSrc": "/static/iconfont.ttf", - "color": "#000", - "fontSize": "20px" - } - ] - } - } + "navigationBarBackgroundColor": "#FFFFFF", + "navigationStyle":"custom" } }, { diff --git a/pages/im/friends/index.vue b/pages/im/friends/index.vue index b3f2ed2..2b3d801 100644 --- a/pages/im/friends/index.vue +++ b/pages/im/friends/index.vue @@ -1,28 +1,37 @@