jufubao-base 1.0.103-beta1 → 1.0.104

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.103-beta1",
3
+ "version": "1.0.104",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -196,7 +196,7 @@
196
196
  if(dir) jumpUrl = `//${window.location.host}/${dir}${path}`;
197
197
  else jumpUrl = path;
198
198
  //#endif
199
- jumpUrl = `${jumpUrl}${bus}}`;
199
+ jumpUrl = `${jumpUrl}${bus}`;
200
200
  return { name: item.name, path: jumpUrl, icon: item.icon, size: item.size }
201
201
  }
202
202
  })
@@ -22,7 +22,6 @@ export default {
22
22
  scene: {label: '广告', value: 'normal'}
23
23
  },
24
24
  handleCustom({action, data}) {
25
- console.log(params.poster,'params.poster');
26
25
  //设置场景参数
27
26
  if(data) {
28
27
  data.params = Object.assign({}, {scene: 'normal'}, data.params || {})