From 82b1c145cb6fd9661cccf04e80e85490dbc9f675 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Mon, 18 Sep 2023 14:01:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/logic/InitData.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/logic/InitData.php b/app/logic/InitData.php index e115b09..3034474 100644 --- a/app/logic/InitData.php +++ b/app/logic/InitData.php @@ -55,12 +55,12 @@ class InitData if ($query) return false; $defaultArr = [ - ['title' => '3元专区'], - ['title' => '5元专区'], - ['title' => '10元专区'], - ['title' => '20元专区'], - ['title' => '30元专区'], - ['title' => '50元专区'] + ['title' => '3元面值'], + ['title' => '5元面值'], + ['title' => '10元面值'], + ['title' => '20元面值'], + ['title' => '30元面值'], + ['title' => '50元面值'] ]; foreach ($defaultArr as $data) {