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
|
@@ -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
|
-
|
|
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
|
},
|