This commit is contained in:
aozhiwei 2023-08-08 16:25:53 +08:00
parent 63fbf088fc
commit f1b212e376

View File

@ -25,6 +25,9 @@ use services\PropertyChgService;
class MallController extends BaseAuthedController { class MallController extends BaseAuthedController {
const PRICE_LOW = '1';
const PRICE_HIGH = '111111111111111111111000000000000000000';
public function productList() public function productList()
{ {
$page = getReqVal('page', 0); $page = getReqVal('page', 0);