From f1b212e3760461e6b8e713a66b938787d7032b24 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 8 Aug 2023 16:25:53 +0800 Subject: [PATCH] 1 --- webapp/controller/MallController.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/controller/MallController.class.php b/webapp/controller/MallController.class.php index 4c94c00b..3fc20a85 100644 --- a/webapp/controller/MallController.class.php +++ b/webapp/controller/MallController.class.php @@ -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);