mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-01 03:18:33 +08:00
订单页面优化
This commit is contained in:
parent
8968a65d48
commit
19a8e50ea2
@ -188,9 +188,9 @@ class Buy extends Common
|
||||
*/
|
||||
public function Add()
|
||||
{
|
||||
if(input('post.'))
|
||||
if($this->data_post)
|
||||
{
|
||||
$params = $_POST;
|
||||
$params = $this->data_post;
|
||||
$params['user'] = $this->user;
|
||||
return BuyService::OrderInsert($params);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user