jufubao-base 1.0.66-beta2 → 1.0.66

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.66-beta2",
3
+ "version": "1.0.66",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -317,7 +317,9 @@
317
317
  handleAnimationfinish(e) {
318
318
  this.currentImage = this.info[e.detail.current]['image_background_url']
319
319
  if(this.isSupport==='Y' && this.rows===1 && this.isCarousel===2 && this.$root.$isShow === true) {
320
- this.$xdRoot.$emit("setLayoutPageBg", this.info[e.detail.current]['image_background_url']);
320
+ let bg = null;
321
+ if(this.info[e.detail.current]['image_background_url']) bg = this.info[e.detail.current]['image_background_url'];
322
+ this.$xdRoot.$emit("setLayoutPageBg", bg);
321
323
  }
322
324
  this.current = e.detail.current;
323
325
  },