Commit 9603b63246bf8f638b9884e5e12b2b719f9f5273
Exists in
yxb_dev
and in
2 other branches
Merge branch 'yxb_dev' of http://git.shunzhi.net/taohd/parentwork into wwx
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/src/main/java/com/shunzhi/parent/ui/fragment/ActivationFragment.java
@@ -36,7 +36,7 @@ public class ActivationFragment extends BaseMVPCompatFragment<ApplyReplaceCardCo | @@ -36,7 +36,7 @@ public class ActivationFragment extends BaseMVPCompatFragment<ApplyReplaceCardCo | ||
36 | 36 | ||
37 | if (et_cardnum.getText().toString() != null) { | 37 | if (et_cardnum.getText().toString() != null) { |
38 | cardNum=et_cardnum.getText().toString(); | 38 | cardNum=et_cardnum.getText().toString(); |
39 | - mPresenter.showReplaceCardDetail(studentId, cardNum); | 39 | + mPresenter.ReplaceCardDetail(studentId, cardNum); |
40 | } else { | 40 | } else { |
41 | ToastUtils.showToast("请输入卡号"); | 41 | ToastUtils.showToast("请输入卡号"); |
42 | } | 42 | } |