diff --git a/api/rooms.js b/api/rooms.js index 3d32078..61db040 100644 --- a/api/rooms.js +++ b/api/rooms.js @@ -25,4 +25,5 @@ export function getMessageList(params) { */ export function replyMessage(data) { return request.post("/user/reply/add", data, {login: true}) -} \ No newline at end of file +} + diff --git a/components/xdd-tabbar/index.vue b/components/xdd-tabbar/index.vue index 6bc086d..c38be40 100644 --- a/components/xdd-tabbar/index.vue +++ b/components/xdd-tabbar/index.vue @@ -54,7 +54,7 @@