jufubao-movie 1.0.51 → 1.0.52
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
|
@@ -682,7 +682,12 @@
|
|
|
682
682
|
.then(res => {
|
|
683
683
|
let {top, left, width, height} = res['.xd-online-seat__body'];
|
|
684
684
|
//console.log('setSeatOffset',res['.xd-online-seat__body'], this.layoutInfo)
|
|
685
|
+
// #ifdef H5
|
|
685
686
|
this.seatOffsetTop = top + (this.layoutInfo.top || 0) * this.$rpxNum;
|
|
687
|
+
// #endif
|
|
688
|
+
// #ifdef MP-WEIXIN
|
|
689
|
+
this.seatOffsetTop = top;
|
|
690
|
+
// #endif
|
|
686
691
|
this.seatOffsetLeft = left;
|
|
687
692
|
this.seatDom = res['.xd-online-seat__body'];
|
|
688
693
|
this.seatWidth = width;
|