Commit 8b2718c1 by 胡敬轩

Merge remote-tracking branch 'remotes/origin/feature/20210927-v2048-拒绝退款文案展示' into qa

parents 9f9ccfc8 5f4937a5
......@@ -2096,6 +2096,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