From 85116901dd9cd460fc34532f5e5b7fa8d6eb16b5 Mon Sep 17 00:00:00 2001 From: liqianjin <949671634@qq.com> Date: Tue, 28 Feb 2023 10:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A2=9E=E5=8A=A0=E3=80=91=E7=A7=92?= =?UTF-8?q?=E6=9D=80=E9=85=8D=E7=BD=AE=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addon/futures/shop/controller/Config.php | 8 +- addon/futures/shop/view/config/basics.html | 260 ++++++++++++++++----- 2 files changed, 205 insertions(+), 63 deletions(-) diff --git a/addon/futures/shop/controller/Config.php b/addon/futures/shop/controller/Config.php index 7b83d37c..7ef13cf9 100644 --- a/addon/futures/shop/controller/Config.php +++ b/addon/futures/shop/controller/Config.php @@ -1,7 +1,7 @@ isAjax()) { - $res = $model->setFenxiaoBasicsConfig($this->request->param(), 1, $this->site_id); + $res = $model->setBasicsConfig(request()->param(), 1, $this->site_id); return $res; } else { - $basics = $model->getFenxiaoBasicsConfig($this->site_id); + $basics = $model->getBasicsConfig($this->site_id); $this->assign("info", $basics[ 'data' ][ 'value' ]); $this->forthMenu(); diff --git a/addon/futures/shop/view/config/basics.html b/addon/futures/shop/view/config/basics.html index fff5e155..e77118dd 100644 --- a/addon/futures/shop/view/config/basics.html +++ b/addon/futures/shop/view/config/basics.html @@ -9,52 +9,109 @@ {/block} {block name="main"} - -
-
- -
- - +
+ +
+
+ 秒杀时间设置
-
-
+
+
+
+ +
+ + +
+
+
+ +
+
+
+ +
+ + + + + + + +
+
+
+ + +
+ +
+ + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + +
*秒杀开始时间*秒杀结束时间*捡漏开始时间*捡漏结束时间
无数据
+
+ + + + + + + +
+
-
-
-
- -
- - - - - - -
-
- -
- - -
-
~
-
- - -
+
+ +
-
- - - -
-
+ {/block} {block name="script"}