jufubao-base 1.0.289-beta1 → 1.0.289-beta2

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-base",
3
- "version": "1.0.289-beta1",
3
+ "version": "1.0.289-beta2",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -112,7 +112,7 @@
112
112
  }
113
113
  //#endif
114
114
 
115
- this.height = 96//Number(getComponentAttr(this.componentAttr, 'height'));
115
+ this.height = Number(getComponentAttr(this.componentAttr, 'height'));
116
116
 
117
117
  this.init(this.container);
118
118
 
@@ -385,6 +385,7 @@ export default function (data, gValue, gColor, oldData){
385
385
  icons:ICONS,
386
386
  mode: 'new',
387
387
  tplMode: footerTpl,
388
+
388
389
  showField: {
389
390
  path: true,
390
391
  icon: true,