@@ -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',