|
@@ -20,8 +20,8 @@ export default {
|
|
|
fields: [
|
|
|
{ label: '系统名称', model: 'title' },
|
|
|
{ label: 'logo', model: 'logo', type: 'upload', limit: 1, url: '/files/point/config/upload' },
|
|
|
- { label: '购物赠送积分', model: 'buyPoint', type: 'number' },
|
|
|
- { label: '积分计划', model: 'pointPlan' },
|
|
|
+ // { label: '购物赠送积分', model: 'buyPoint', type: 'number' },
|
|
|
+ // { label: '积分计划', model: 'pointPlan' },
|
|
|
{ label: '底部文字', model: 'bottom_title' },
|
|
|
{ label: '分享图片', model: 'share', type: 'upload', limit: 1, url: '/files/point/config/upload' },
|
|
|
{ label: '用户协议', model: 'agree', custom: true },
|