dever 2 years ago
parent
commit
12463bf56c
1 changed files with 11 additions and 0 deletions
  1. 11 0
      main/database/sell_config.php

+ 11 - 0
main/database/sell_config.php

@@ -138,6 +138,17 @@ return array
             'update'    => 'text',
         ),
 
+        'duihuan_pic'      => array
+        (
+            'type'      => 'varchar-150',
+            'name'      => '兑换页说明图片',
+            'default'   => '',
+            'desc'      => '兑换页底部描述',
+            'match'     => 'option',
+            'update'    => 'image',
+            'key'       => 1,
+        ),
+
         'duihuan'     => array
         (
             'type'      => 'text-255',