| | |
| | | import com.kuanzhai.user.network.HttpManager |
| | | import com.kuanzhai.user.network.request |
| | | import com.kuanzhai.user.ui.TransparentStatusBarActivity |
| | | import com.kuanzhai.user.utils.Const |
| | | import kotlinx.android.synthetic.main.activity_order_cancel_detail.* |
| | | |
| | | class OrderCancelDetailActivity:TransparentStatusBarActivity() { |
| | |
| | | tv_money.text = String.format("%.2f",it.cancelMoney) |
| | | tv_reason.text = it.cancelReason |
| | | tv_describe.text = if (it.cancelRemark.isEmpty()) "无" else it.cancelRemark |
| | | if (type == Const.OrderType.TYPE_OFFICIAL&&it.auditStatus == 2){ |
| | | title = "审核失败" |
| | | tv_1.text = "审核方" |
| | | tv_side.text = it.auditUser |
| | | tv_reason.text = "审核不通过" |
| | | tv_reason.text = it.auditRemark |
| | | } |
| | | } |
| | | } |
| | | } |