|
|
@@ -1,6 +1,7 @@ |
|
|
|
package com.huntersun.vkyes.etcopencard.project.ui.adapter; |
|
|
|
|
|
|
|
import android.content.Context; |
|
|
|
import android.content.Intent; |
|
|
|
import android.view.View; |
|
|
|
|
|
|
|
import com.chad.library.adapter.base.BaseQuickAdapter; |
|
|
@@ -8,6 +9,7 @@ import com.chad.library.adapter.base.BaseViewHolder; |
|
|
|
import com.huntersun.vky.obublelib.util.ToastUtil; |
|
|
|
import com.huntersun.vkyes.etcopencard.R; |
|
|
|
import com.huntersun.vkyes.etcopencard.project.api.bean.ResultBean; |
|
|
|
import com.huntersun.vkyes.etcopencard.project.ui.activity.after.LogoutEtcReturnMoneyActivity; |
|
|
|
|
|
|
|
import org.jetbrains.annotations.NotNull; |
|
|
|
|
|
|
@@ -31,7 +33,8 @@ public class BalanceReplacementAdapter extends BaseQuickAdapter<ResultBean.BizCo |
|
|
|
holder.setOnClickListener(R.id.btn, new View.OnClickListener() { |
|
|
|
@Override |
|
|
|
public void onClick(View view) { |
|
|
|
ToastUtil.showS(mContext,"余额补领"); |
|
|
|
//TODO 读取卡内余额 -> 跳转展示余额和退费信息页面 -> 提交申请 -> 余额是否要清0(要清0就要重新写卡) -> 成功or失败提示 |
|
|
|
mContext.startActivity(new Intent(mContext,LogoutEtcReturnMoneyActivity.class)); |
|
|
|
} |
|
|
|
}); |
|
|
|
} |