user
parent
5a31d3dd42
commit
288b3dd73c
|
|
@ -46,7 +46,7 @@ App({
|
|||
|
||||
// 请求地址
|
||||
request_url: "https://demo.shopxo.net/",
|
||||
//request_url: 'http://localhost/project/shopxo/service/',
|
||||
request_url: 'http://localhost/project/shopxo/service/',
|
||||
|
||||
// 基础信息
|
||||
application_title: "ShopXO电商系统",
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ class OrderController extends CommonController
|
|||
{
|
||||
// 分页
|
||||
$number = 10;
|
||||
$page = max(1, isset($this->data_post['page']) ? intval($this->data_post['page']) : 1));
|
||||
$page = max(1, isset($this->data_post['page']) ? intval($this->data_post['page']) : 1);
|
||||
|
||||
// 条件
|
||||
$where = OrderService::UserOrderListWhere($this->data_post);
|
||||
|
|
|
|||
Loading…
Reference in New Issue