jufubao-mall 2.0.20-beta3 → 2.0.20-beta4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-mall",
3
- "version": "2.0.20-beta3",
3
+ "version": "2.0.20-beta4",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -348,7 +348,7 @@ export default (datas, gValue, gColor, oldData={})=>{
348
348
  groupKey: 'style',
349
349
  placeholder: '请选择未选中文字颜色',
350
350
  classNmae: 'input80',
351
- hidden: false
351
+ hidden: true
352
352
  },
353
353
  {
354
354
  label: '选中标签背景颜色:',
@@ -358,7 +358,7 @@ export default (datas, gValue, gColor, oldData={})=>{
358
358
  groupKey: 'style',
359
359
  placeholder: '请选择选中标签背景颜色',
360
360
  classNmae: 'input80',
361
- hidden: false
361
+ hidden: true
362
362
  },
363
363
  {
364
364
  label: '未选中文字颜色:',
@@ -368,7 +368,7 @@ export default (datas, gValue, gColor, oldData={})=>{
368
368
  groupKey: 'style',
369
369
  placeholder: '请选择未选中文字颜色',
370
370
  classNmae: 'input80',
371
- hidden: false
371
+ hidden: true
372
372
  },
373
373
  {
374
374
  label: '选中文字颜色:',
@@ -378,7 +378,7 @@ export default (datas, gValue, gColor, oldData={})=>{
378
378
  groupKey: 'style',
379
379
  placeholder: '请选择选中文字颜色',
380
380
  classNmae: 'input80',
381
- hidden: false
381
+ hidden: true
382
382
  },
383
383
 
384
384
  {