|
@@ -22,6 +22,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', type: 'number' },
|
|
{ label: '购物赠送积分', model: 'buyPoint', type: 'number' },
|
|
{ label: '积分计划', model: 'pointPlan' },
|
|
{ label: '积分计划', model: 'pointPlan' },
|
|
|
|
+ { label: '底部文字', model: 'bottom_title' },
|
|
{ label: '分享图片', model: 'share', type: 'upload', limit: 1, url: '/files/point/config/upload' },
|
|
{ label: '分享图片', model: 'share', type: 'upload', limit: 1, url: '/files/point/config/upload' },
|
|
{ label: '用户协议', model: 'agree', custom: true },
|
|
{ label: '用户协议', model: 'agree', custom: true },
|
|
],
|
|
],
|