mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-02 07:04:56 +08:00
parent
7c92b0315a
commit
8dd496ab2a
@ -87,7 +87,7 @@ class OrderController extends Controller
|
|||||||
$order = $service->handle($sn);
|
$order = $service->handle($sn);
|
||||||
|
|
||||||
if ($order['status'] != OrderModel::STATUS_PENDING) {
|
if ($order['status'] != OrderModel::STATUS_PENDING) {
|
||||||
$this->response->redirect(['for' => 'home.my.orders']);
|
$this->response->redirect(['for' => 'home.uc.orders']);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->view->setVar('order', $order);
|
$this->view->setVar('order', $order);
|
||||||
|
@ -45,7 +45,7 @@ class RefundController extends Controller
|
|||||||
$service->handle();
|
$service->handle();
|
||||||
|
|
||||||
$content = [
|
$content = [
|
||||||
'location' => $this->url->get(['for' => 'home.my.refunds']),
|
'location' => $this->url->get(['for' => 'home.uc.refunds']),
|
||||||
'msg' => '申请退款成功',
|
'msg' => '申请退款成功',
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -79,7 +79,7 @@ class RefundController extends Controller
|
|||||||
$service->handle($sn);
|
$service->handle($sn);
|
||||||
|
|
||||||
$content = [
|
$content = [
|
||||||
'location' => $this->url->get(['for' => 'home.my.refunds']),
|
'location' => $this->url->get(['for' => 'home.uc.refunds']),
|
||||||
'msg' => '取消退款成功',
|
'msg' => '取消退款成功',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user