From a86bebddd2991073554f8f46770032407bb5d51b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 8 Aug 2023 16:34:32 +0800 Subject: [PATCH] 1 --- webapp/controller/MallController.class.php | 9 +++++++++ 1 file changed, 9 insertions(+) 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);