diff --git a/webapp/controller/MallController.class.php b/webapp/controller/MallController.class.php index 3fc20a85..5859c397 100644 --- a/webapp/controller/MallController.class.php +++ b/webapp/controller/MallController.class.php @@ -1,5 +1,7 @@ priceLowBn = phpcommon\bnInit(self::PRICE_LOW); + $this->priceHighBn = phpcommon\bnInit(self::PRICE_HIGH); + } + public function productList() { $page = getReqVal('page', 0);