From 84740c33f06728347ee74db5cd32c5df2ef72dcd Mon Sep 17 00:00:00 2001 From: gazebo Date: Wed, 25 Sep 2019 13:50:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=94=AE=E5=90=8E=E6=96=B9=E5=BC=8F=E5=BC=BA?= =?UTF-8?q?=E5=88=B6=E6=98=BE=E7=A4=BA=E6=88=90=E9=80=80=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/model/const.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/model/const.go b/business/model/const.go index d5cd589a2..4256a46a0 100644 --- a/business/model/const.go +++ b/business/model/const.go @@ -128,8 +128,8 @@ var ( } AfsAppealTypeName = map[int]string{ AfsAppealTypeRefund: "仅退款", - AfsAppealTypeReturnAndRefund: "退货退款", - AfsAppealTypeNewGoods: "重发商品", + AfsAppealTypeReturnAndRefund: "退款", // 这个其实是退货退款,强制显示成退款 + AfsAppealTypeNewGoods: "退款.", // 这个其实是重发商品,强制显示成退款 } )