Commit 5f4937a5 by 胡敬轩

退款订单拒绝后的描述文案优化

parent d44732ef
......@@ -2091,6 +2091,10 @@ public class OrderAdapter {
orderViewStatusDto.setButtonRefund(false);
orderViewStatusDto.setRefundStatusText("商家会处理退款申请,请稍后");
//拒绝退款
if (refundBean != null && RefundStatus.REFUSE_REFUND.getCode().equals(refundBean.getStatus())) {
orderViewStatusDto.setRefundStatusText("如有疑问可致电商家沟通确认");
}
} else {
orderViewStatusDto.setButtonRefund(checkRefundButton(orderBean, wxAppId));
}
......
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