diff --git a/components/mine/order-item/index.vue b/components/mine/order-item/index.vue index e78f5be..6253e23 100644 --- a/components/mine/order-item/index.vue +++ b/components/mine/order-item/index.vue @@ -140,6 +140,7 @@ export default { break; case 11: state = '商家已拒绝'; + break; case 12: state = '平台已退款'; break; diff --git a/static/chatservice.js b/static/chatservice.js index 8d6b39b..b8b5143 100644 --- a/static/chatservice.js +++ b/static/chatservice.js @@ -62,7 +62,7 @@ function ChatRoomService(room, user) { //获取实例 ChatRoomService.prototype.connectGoEasyIM = function () { this.im = GoEasyIM.getInstance({ - appkey: 'BC-453aa755c4ea48148abefc55a86df283', + appkey: 'BC-d9b5e639006b4ee2a4bc9eddc4235a6a', host: 'hangzhou.goeasy.io' });