mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
订单页面优化
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user