|
@@ -56,6 +56,7 @@ export default {
|
|
{ label: 'logo', model: 'logo', type: 'upload', limit: 1, url: '/files/point/config/upload' },
|
|
{ label: 'logo', model: 'logo', type: 'upload', limit: 1, url: '/files/point/config/upload' },
|
|
{ label: '购物赠送积分', model: 'buyPoint', custom: true },
|
|
{ label: '购物赠送积分', model: 'buyPoint', custom: true },
|
|
{ label: '自动关闭订单时间', model: 'autoCloseOrder', custom: true },
|
|
{ label: '自动关闭订单时间', model: 'autoCloseOrder', custom: true },
|
|
|
|
+ { label: '提现日期', model: 'reward_day', type: 'Number' },
|
|
{ label: '底部文字', model: 'bottom_title' },
|
|
{ label: '底部文字', model: 'bottom_title' },
|
|
{ label: '底部菜单', model: 'bottom_menu', custom: true },
|
|
{ label: '底部菜单', model: 'bottom_menu', custom: true },
|
|
{ label: '分享图片', model: 'share', type: 'upload', limit: 1, url: '/files/point/config/upload' },
|
|
{ label: '分享图片', model: 'share', type: 'upload', limit: 1, url: '/files/point/config/upload' },
|