Commit 16f66007 authored by chengkun's avatar chengkun

增加退款中状态

parent a3a56c2a
......@@ -122,7 +122,8 @@ class OrderListAdapter : BaseQuickAdapter<OrderWebData, BaseViewHolder>(R.layout
money.setTypeface(Typeface.DEFAULT_BOLD)
money.text = "${data.total_price}"
}
4 -> {
4,8 -> {
holder.itemView.findViewById<TextView>(R.id.tv_pay_money_status).text = "已退款"
holder.itemView.findViewById<TextView>(R.id.tv_pay_status).text = "已退款"
// holder.itemView.findViewById<TextView>(R.id.tv_order_list_yuan).visibility = View.INVISIBLE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment