1
This commit is contained in:
parent
63fbf088fc
commit
f1b212e376
@ -25,6 +25,9 @@ use services\PropertyChgService;
|
||||
|
||||
class MallController extends BaseAuthedController {
|
||||
|
||||
const PRICE_LOW = '1';
|
||||
const PRICE_HIGH = '111111111111111111111000000000000000000';
|
||||
|
||||
public function productList()
|
||||
{
|
||||
$page = getReqVal('page', 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user