jufubao-base 1.0.64-beta305 → 1.0.64-beta306

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.64-beta305",
3
+ "version": "1.0.64-beta306",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -297,9 +297,11 @@
297
297
  this.init(this.container);
298
298
  this.isPreview = this.$configProject.isPreview;
299
299
  },
300
+
300
301
  destroyed() {
301
302
  this.$xdRoot.$emit('setLayoutPageBg',null)
302
303
  },
304
+
303
305
  methods: {
304
306
  getTestData(){
305
307
  let temp = [];
@@ -314,7 +316,7 @@
314
316
  },
315
317
  handleAnimationfinish(e) {
316
318
  this.currentImage = this.info[e.detail.current]['image_background_url']
317
- if(this.isSupport==='Y' && this.rows===1 && this.isCarousel===2) {
319
+ if(this.isSupport==='Y' && this.rows===1 && this.isCarousel===2 && this.$root.$isShow === true) {
318
320
  this.$xdRoot.$emit("setLayoutPageBg", this.info[e.detail.current]['image_background_url']);
319
321
  }
320
322
  this.current = e.detail.current;