qifengquan 1 vuosi sitten
vanhempi
commit
0444601f73

+ 1 - 1
application/admin/controller/community/Teachingvideo.php

@@ -24,7 +24,7 @@ class Teachingvideo extends Backend
     {
         parent::_initialize();
         $this->model = new \app\common\model\TeachingVideo;
-        $classify = ['好柿购','多享柿','门柿购','海柿购','柿知识'];
+        $classify = config('site.goodstype');
         $this->view->assign('classify',$classify);
     }
 

+ 3 - 10
application/admin/controller/document/Index.php

@@ -45,14 +45,9 @@ class Index extends Backend
             $ruledata[$v['id']] = $v['title'];
         }
 
-        $typeList = [
-            0 => '好柿购',
-            1 => '多享柿',
-            2 => '门柿购',
-            3 => '海柿购',
-            4 => '柿知识'
-        ];
-        $categorydata = [0 => ['belong' => '0,1,2,3,4', 'title' => __('None')]];
+        $typeList = config('site.goodstype');
+
+        $categorydata = [0 => ['belong' => '0,1,2,3,4,5', 'title' => __('None')]];
 
         foreach ($this->rulelist as $k => $v) {
             $categorydata[$v['id']] = $v;
@@ -60,9 +55,7 @@ class Index extends Backend
         $this->view->assign("typeList", $typeList);
         $this->view->assign("parentList", $categorydata);
 
-//        $belong = ['好柿购','多享柿'];
         $this->view->assign('ruledata', $ruledata);
-//        $this->view->assign('belong', $belong);
     }
 
 

+ 1 - 1
application/api/controller/Community.php

@@ -28,7 +28,7 @@ class Community extends Api
      */
     public function teaching_video(){
         $list = [];
-        $classify = ['好柿购','多享柿','门柿购','海柿购','柿知识'];
+        $classify = config('site.goodstype');
         foreach ($classify as $v){
             $data = TeachingVideo::all(function ($query) use ($v){
                 $query->where('type',$v)->limit(3);

+ 24 - 12
application/extra/site.php

@@ -15,18 +15,18 @@ return array (
   'fixedpage' => 'dashboard',
   'categorytype' => 
   array (
-    'default' => 'Default',
-    'page' => 'Page',
-    'article' => 'Article',
+    'default' => '默认',
+    'page' => '单页',
+    'article' => '文章',
     'test' => 'Test',
   ),
   'configgroup' => 
   array (
-    'basic' => 'Basic',
-    'email' => 'Email',
-    'dictionary' => 'Dictionary',
-    'user' => 'User',
-    'example' => 'Example',
+    'basic' => '基础配置',
+    'email' => '邮件配置',
+    'dictionary' => '字典配置',
+    'user' => '会员配置',
+    'example' => '示例分组',
   ),
   'mail_type' => '1',
   'mail_smtp_host' => 'smtp.qq.com',
@@ -37,9 +37,9 @@ return array (
   'mail_from' => '10000@qq.com',
   'attachmentcategory' => 
   array (
-    'category1' => 'Category1',
-    'category2' => 'Category2',
-    'custom' => 'Custom',
+    'category1' => '分类一',
+    'category2' => '分类二',
+    'custom' => '自定义',
   ),
   'dingding' => '17654775955',
   'qywx' => '19394338040',
@@ -50,6 +50,18 @@ return array (
     'article' => 'Article',
     'test' => 'Test',
   ),
-  'head_img' => '/uploads/20230517/c7facbe4ccc4ae35edf71c5c160cbc01.jpg',
+  'head_img' => '/uploads/20230520/88d61a4db18f97c95bd70475d56ed6af.jpg',
   'gw_name' => '戚',
+  'attract' => '17601274778(张经理)',
+  'customization' => '18888888888(李经理)',
+  'dingdingkefu' => '/uploads/20230520/3551ce6cd91924711523d7c86383be47.png',
+  'goodstype' => 
+  array (
+    0 => '好柿购',
+    1 => '多享柿',
+    2 => '门柿购',
+    3 => '海柿购',
+    4 => '柿知识',
+    5 => '普通商户',
+  ),
 );