Просмотр исходного кода

提现 验证 修改成 2元素

liujiangyao лет назад: 7
Родитель
Сommit
b221f62d26

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/model/entity/UserEntity.java

@@ -309,7 +309,7 @@ public class UserEntity implements Serializable {
     }
     //没有实名认证
     public boolean notCertification() {
-        return TextUtils.isEmpty(getReal_name()) || TextUtils.isEmpty(getId_number()) || TextUtils.isEmpty(getBank_card_mobile()) || TextUtils.isEmpty(getBank_card());
+        return TextUtils.isEmpty(getReal_name()) || TextUtils.isEmpty(getId_number());
     }
 
     /**