mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 21:45:47 +08:00
优化
This commit is contained in:
@ -84,6 +84,9 @@ class OrderController extends CommonController
|
||||
// 支付状态
|
||||
$this->assign('common_order_pay_status', L('common_order_pay_status'));
|
||||
|
||||
// 评价状态
|
||||
$this->assign('common_comments_status_list', L('common_comments_status_list'));
|
||||
|
||||
// 参数
|
||||
$this->assign('params', $params);
|
||||
$this->display('Index');
|
||||
|
||||
Reference in New Issue
Block a user