dever 2 年之前
父節點
當前提交
12463bf56c
共有 1 個文件被更改,包括 11 次插入0 次删除
  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',