正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -282,7 +282,7 @@ class Order extends Api | @@ -282,7 +282,7 @@ class Order extends Api | ||
282 | $this->error($this->model->getError()); | 282 | $this->error($this->model->getError()); |
283 | } | 283 | } |
284 | if ($order->toRefund($post)) { | 284 | if ($order->toRefund($post)) { |
285 | - $this->success(__('申请退款成功')); | 285 | + $this->success(__('申请退款成功,请耐心等待')); |
286 | } | 286 | } |
287 | $this->error($order->getError()); | 287 | $this->error($order->getError()); |
288 | } | 288 | } |
@@ -340,7 +340,7 @@ class Order extends Api | @@ -340,7 +340,7 @@ class Order extends Api | ||
340 | $this->error($this->model->getError()); | 340 | $this->error($this->model->getError()); |
341 | } | 341 | } |
342 | if ($order->returnGoods($post)) { | 342 | if ($order->returnGoods($post)) { |
343 | - $this->success(__('成功')); | 343 | + $this->success(__('申请退货成功,请耐心等待')); |
344 | } | 344 | } |
345 | $this->error($order->getError()); | 345 | $this->error($order->getError()); |
346 | } | 346 | } |
-
请 注册 或 登录 后发表评论