dever 4 years ago
parent
commit
6758c12bb3
1 changed files with 1 additions and 14 deletions
  1. 1 14
      database/info.php

+ 1 - 14
database/info.php

@@ -132,7 +132,7 @@ return array
             'type'      => 'varchar-150',
             'name'      => '1:1图标-图片尺寸150*150px或等比尺寸,上传大小不能超过2M,支持JPG、PNG、GIF格式,建议上传JPG格式',
             'default'   => '',
-            'desc'      => '1图标',
+            'desc'      => '图标',
             'match'     => 'option',
             'update'    => 'image',
             'key'       => '1',
@@ -152,19 +152,6 @@ return array
             'match'     => 'is_string',
             'update'    => 'checkbox',
             'option'    => $function,
-            'control'   => 'function',
-        ),
-
-        'xh_score'      => array
-        (
-            'type'      => 'varchar-30',
-            'name'      => '消耗积分',
-            'default'   => '',
-            'desc'      => '消耗积分',
-            'match'     => 'is_string',
-            'update'    => 'checkbox',
-            'option'    => $score,
-            'show'   => 'function=1',
         ),
 
         'reorder'       => array