1
This commit is contained in:
parent
774d73010e
commit
4e3b199c2d
@ -81,6 +81,14 @@ class MarketController extends BaseController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($this->isTestMode()) {
|
||||||
|
foreach(array_keys($presaleInfo) as $key) {
|
||||||
|
if (!is_null(getReqVal($key, null))) {
|
||||||
|
$presaleInfo[$key] = getReqVal($key, $presaleInfo[$key]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
$pageInfo['count'] = count($rows);
|
$pageInfo['count'] = count($rows);
|
||||||
$pageInfo['total_pages'] = ceil($pageInfo['total'] / $pageInfo['per_page']);
|
$pageInfo['total_pages'] = ceil($pageInfo['total'] / $pageInfo['per_page']);
|
||||||
myself()->_rspData(array(
|
myself()->_rspData(array(
|
||||||
|
@ -81,6 +81,14 @@ class NewMarketController extends BaseController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($this->isTestMode()) {
|
||||||
|
foreach(array_keys($presaleInfo) as $key) {
|
||||||
|
if (!is_null(getReqVal($key, null))) {
|
||||||
|
$presaleInfo[$key] = getReqVal($key, $presaleInfo[$key]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
$pageInfo['count'] = count($rows);
|
$pageInfo['count'] = count($rows);
|
||||||
$pageInfo['total_pages'] = ceil($pageInfo['total'] / $pageInfo['per_page']);
|
$pageInfo['total_pages'] = ceil($pageInfo['total'] / $pageInfo['per_page']);
|
||||||
myself()->_rspData(array(
|
myself()->_rspData(array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user