Browse Source

Merge branch 'xhz2.0' of http://git.quyaqu.com/xieshengqi/LoanMarket into xhz2.0

小狼 5 years ago
parent
commit
609d1d8248

+ 3 - 0
app/src/main/java/com/smileflowpig/money/moneyplatfrom/activities/IdentityCardActivity.java

38
 import io.reactivex.disposables.Disposable;
38
 import io.reactivex.disposables.Disposable;
39
 import io.reactivex.schedulers.Schedulers;
39
 import io.reactivex.schedulers.Schedulers;
40
 
40
 
41
+/**
42
+ * 身份证识别
43
+ */
41
 public class IdentityCardActivity extends PresenterActivity implements View.OnClickListener{
44
 public class IdentityCardActivity extends PresenterActivity implements View.OnClickListener{
42
 
45
 
43
     @BindView(R.id.back)
46
     @BindView(R.id.back)

+ 1 - 0
app/src/main/java/com/smileflowpig/money/moneyplatfrom/frags/main/state/NewMineFragment.java

64
 import java.io.File;
64
 import java.io.File;
65
 
65
 
66
 /**
66
 /**
67
+ * 我的页面
67
  * Created by 小狼 on 2018/10/24.
68
  * Created by 小狼 on 2018/10/24.
68
  */
69
  */
69
 
70