From 0886ec74ea19deb25f663cbea011170a0be4c2de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=93=E9=9B=AA=E5=B3=B0?= <634123426@qq.com> Date: Wed, 14 Oct 2020 23:22:26 +0800 Subject: [PATCH 1/2] Update chatservice.js --- static/chatservice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }); From 497d49eceb1a4b9e3ef9b1d1d6cb90b9c2c96a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=93=E9=9B=AA=E5=B3=B0?= <634123426@qq.com> Date: Mon, 19 Oct 2020 11:46:50 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=AD=E9=80=80=E6=AC=BE=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/mine/order-item/index.vue | 1 + 1 file changed, 1 insertion(+) 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;