Commit 900a21cd by 刘鹏

fix: IM模块 确认订单,失败同步h5处理方式

parent eff49cc2
...@@ -10,7 +10,7 @@ ext { ...@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.30.03", "m-fm" : "0.0.30.03",
"m-user" : "0.0.61.31", "m-user" : "0.0.61.31",
"m-home" : "0.0.22.61", "m-home" : "0.0.22.61",
"m-im" : "0.0.19.02", "m-im" : "0.0.19.03",
"m-dynamic" : "0.0.7.22", "m-dynamic" : "0.0.7.22",
"m-article" : "0.0.0.8", "m-article" : "0.0.0.8",
...@@ -93,7 +93,7 @@ ext { ...@@ -93,7 +93,7 @@ ext {
"m-fm" : "0.0.30.01", "m-fm" : "0.0.30.01",
"m-user" : "0.0.61.31", "m-user" : "0.0.61.31",
"m-home" : "0.0.22.61", "m-home" : "0.0.22.61",
"m-im" : "0.0.19.02", "m-im" : "0.0.19.03",
"m-dynamic" : "0.0.7.22", "m-dynamic" : "0.0.7.22",
"m-article" : "0.0.0.6", "m-article" : "0.0.0.6",
......
...@@ -135,7 +135,7 @@ public class MsgViewHolderConfirmOrder extends MsgViewHolderBase { ...@@ -135,7 +135,7 @@ public class MsgViewHolderConfirmOrder extends MsgViewHolderBase {
//确认完成,按钮置灰,更新本地消息 //确认完成,按钮置灰,更新本地消息
updateLocalMsg(); updateLocalMsg();
}, throwable -> }, throwable ->
LogUtil.e(throwable.getMessage()) ToastUtil.toastShort(throwable.getMessage())
); );
}); });
......
...@@ -129,7 +129,7 @@ public class MsgViewHolderOrderAlreadyDone extends MsgViewHolderBase { ...@@ -129,7 +129,7 @@ public class MsgViewHolderOrderAlreadyDone extends MsgViewHolderBase {
//确认完成,按钮置灰,更新本地消息 //确认完成,按钮置灰,更新本地消息
updateLocalMsg(); updateLocalMsg();
}, throwable -> }, throwable ->
LogUtil.e(throwable.getMessage()) ToastUtil.toastShort(throwable.getMessage())
); );
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment