dever 3 년 전
부모
커밋
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',