shish 3 年之前
父節點
當前提交
107b3999f4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app-hd/controllers/CgRefundController.php

+ 2 - 2
app-hd/controllers/CgRefundController.php

@@ -55,10 +55,10 @@ class CgRefundController extends BaseController
             util::fail('没有权限操作');
         }
         if ($cg->status == PurchaseClass::STATUS_UN_PAY) {
-            util::fail("订单未付款,不能申请售后");
+            util::fail("待付款订单,不能申请售后");
         }
         if ($cg->status == PurchaseClass::STATUS_UN_SEND) {
-            util::fail("订单待发货,不能申请售后");
+            util::fail("待发货订单,不能申请售后");
         }
         if ($cg->status == PurchaseClass::STATUS_SENDING) {
             util::fail("订单配送中,不能申请售后");