1。
This commit is contained in:
@@ -288,7 +288,7 @@ public class InputView extends LinearLayout implements View.OnClickListener, Tex
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
if (userInfo != null && mChatInfo.getType()==1 && !mChatInfo.getId().equals("u"+userId) && !BuildConfig.DEBUG) {
|
||||
if (userInfo != null && mChatInfo.getType()==1 && !mChatInfo.getId().equals("u"+userId)) {
|
||||
if (userInfo.getIs_can_chat() == 0 && userInfo.getCan_chat_money() > 0) {
|
||||
Toast.makeText(getContext(), "充值不足"+userInfo.getCan_chat_money()+"元,您无法发送消息", Toast.LENGTH_LONG).show();
|
||||
ARouter.getInstance().build("/modulevocal/RechargeActivity").navigation();
|
||||
|
||||
Reference in New Issue
Block a user