jufubao-base 1.0.159-beta13 → 1.0.159-beta15

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.159-beta13",
3
+ "version": "1.0.159-beta15",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -422,7 +422,6 @@ export default {
422
422
  display: flex;
423
423
  justify-content: center;
424
424
  align-items: center;
425
- width: 72rpx;
426
425
  height: 72rpx
427
426
  }
428
427
 
@@ -118,7 +118,7 @@ export default {
118
118
  //当一个插件中出现多个内容分类时候需要设置code值,在页面引用时候(容器id + code)进行拼接获取数据列表
119
119
  data.params = Object.assign({}, data.params, {code: 'big'});
120
120
  }
121
- console.log(data.params,'data.paramsdata.paramsdata.params');
121
+
122
122
  //设置场景参数
123
123
  if(data) {
124
124
  data.params = Object.assign({}, {scene: 'normal'}, data.params || {})