...
|
...
|
@@ -259,7 +259,7 @@ class CenterController extends HomeBaseController |
|
|
'step' => 6
|
|
|
];
|
|
|
if(Db::name('zj_order')->update($data)) {
|
|
|
$this->success('请等待审核', '', true);
|
|
|
$this->success('请等待审核', url('user/Center/orderList'), true);
|
|
|
}else {
|
|
|
$this->success('提交失败', '', false);
|
|
|
}
|
...
|
...
|
|