xieruidong 2 years ago
parent
commit
38d85ed105
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/model/Refund.php

+ 1 - 1
application/common/model/Refund.php

@@ -71,7 +71,7 @@ class Refund Extends Model
     public static $refundStatus=[
         self::REFUND_ING=>'申请审核中',
         self::REFUND_PASS=>'申请通过',
-        self::REFUND_JI=>'用户寄回',
+        self::REFUND_JI=>'已寄回待确认',
         self::REFUND_RUNNING=>'售后中',
         self::REFUND_REFUNDING=>'退款中',
         self::REFUND_REJECT=>'申请驳回',