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"}