ui-process-h5 2.0.1 → 2.0.2
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 +1 -1
- package/v2/ui-process-h5.js +12 -8
- package/v2/ui-process-h5.umd.cjs +1 -1
- package/v2.7/ui-process-h5.js +91 -87
- package/v2.7/ui-process-h5.umd.cjs +1 -1
- package/v3/ui-process-h5.js +162 -158
- package/v3/ui-process-h5.umd.cjs +2 -2
package/package.json
CHANGED
package/v2/ui-process-h5.js
CHANGED
|
@@ -4125,12 +4125,14 @@ const cp = {
|
|
|
4125
4125
|
},
|
|
4126
4126
|
mounted() {
|
|
4127
4127
|
this.$nextTick(() => {
|
|
4128
|
+
var s;
|
|
4129
|
+
const e = (s = this.$el) == null ? void 0 : s.innerHTML;
|
|
4128
4130
|
document.body.style.overflow = "hidden";
|
|
4129
|
-
const
|
|
4130
|
-
|
|
4131
|
-
const
|
|
4131
|
+
const i = document.getElementsByClassName("process-warp")[0] ? document.getElementsByClassName("process-warp")[0] : document.getElementsByClassName("sumbmitPopup-index-sumbit")[0].getElementsByClassName("top-popup")[0];
|
|
4132
|
+
i.append ? i.append(e) : i.appendChild(e);
|
|
4133
|
+
const t = document.documentElement.scrollTop || document.body.scrollTop;
|
|
4132
4134
|
this.isIOS() && document.body.addEventListener("focusin", () => {
|
|
4133
|
-
document.body.style.position = "fixed", document.body.style.left = "0", document.body.style.top = `${-
|
|
4135
|
+
document.body.style.position = "fixed", document.body.style.left = "0", document.body.style.top = `${-t}px`;
|
|
4134
4136
|
});
|
|
4135
4137
|
});
|
|
4136
4138
|
}
|
|
@@ -4470,8 +4472,9 @@ const rr = /* @__PURE__ */ function() {
|
|
|
4470
4472
|
},
|
|
4471
4473
|
mounted() {
|
|
4472
4474
|
this.$nextTick(() => {
|
|
4473
|
-
|
|
4474
|
-
e
|
|
4475
|
+
var t;
|
|
4476
|
+
const e = (t = this.$el) == null ? void 0 : t.innerHTML, i = document.getElementsByClassName("process-warp")[0] ? document.getElementsByClassName("process-warp")[0] : document.getElementsByClassName("sumbmitPopup-index-sumbit")[0].getElementsByClassName("top-popup")[0];
|
|
4477
|
+
i.append ? i.append(e) : i.appendChild(e);
|
|
4475
4478
|
});
|
|
4476
4479
|
}
|
|
4477
4480
|
};
|
|
@@ -5134,8 +5137,9 @@ const Qp = /* @__PURE__ */ function() {
|
|
|
5134
5137
|
},
|
|
5135
5138
|
mounted() {
|
|
5136
5139
|
this.$nextTick(() => {
|
|
5137
|
-
|
|
5138
|
-
e
|
|
5140
|
+
var t;
|
|
5141
|
+
const e = (t = this.$el) == null ? void 0 : t.innerHTML, i = document.getElementsByClassName("process-warp")[0] ? document.getElementsByClassName("process-warp")[0] : document.getElementsByClassName("sumbmitPopup-index-sumbit")[0].getElementsByClassName("top-popup")[0];
|
|
5142
|
+
i.append ? i.append(e) : i.appendChild(e);
|
|
5139
5143
|
});
|
|
5140
5144
|
},
|
|
5141
5145
|
methods: {
|