Merge pull request 'qxf 修复订单列表中退款状态显示错误的问题' (#393) from qxf into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/393
This commit is contained in:
qxf 2020-10-19 11:49:52 +08:00
commit 1a15f1e3e6
2 changed files with 2 additions and 1 deletions

View File

@ -140,6 +140,7 @@ export default {
break; break;
case 11: case 11:
state = '商家已拒绝'; state = '商家已拒绝';
break;
case 12: case 12:
state = '平台已退款'; state = '平台已退款';
break; break;

View File

@ -62,7 +62,7 @@ function ChatRoomService(room, user) {
//获取实例 //获取实例
ChatRoomService.prototype.connectGoEasyIM = function () { ChatRoomService.prototype.connectGoEasyIM = function () {
this.im = GoEasyIM.getInstance({ this.im = GoEasyIM.getInstance({
appkey: 'BC-453aa755c4ea48148abefc55a86df283', appkey: 'BC-d9b5e639006b4ee2a4bc9eddc4235a6a',
host: 'hangzhou.goeasy.io' host: 'hangzhou.goeasy.io'
}); });