1:修改小时榜
This commit is contained in:
@@ -260,7 +260,7 @@ public class InputView extends LinearLayout implements View.OnClickListener, Tex
|
||||
userInd userInfo = getUserInfo();
|
||||
|
||||
if (userInfo != null) {
|
||||
if (userInfo.getIs_can_chat() == 0) {
|
||||
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();
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user