ui-process-h5 2.2.6 → 2.2.8
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/v2.7/ui-process-h5.js
CHANGED
|
@@ -4657,8 +4657,8 @@ const re = /* @__PURE__ */ function() {
|
|
|
4657
4657
|
deep: !0,
|
|
4658
4658
|
handler(e, s) {
|
|
4659
4659
|
this.active = e;
|
|
4660
|
-
let
|
|
4661
|
-
this.activeItem =
|
|
4660
|
+
let i = JSON.parse(JSON.stringify(this.option)).filter((a, n) => a.id == e);
|
|
4661
|
+
this.activeItem = i[0], this.activeItem && this.$emit("change", this.activeItem);
|
|
4662
4662
|
}
|
|
4663
4663
|
}
|
|
4664
4664
|
},
|
|
@@ -8817,7 +8817,7 @@ const cu = /* @__PURE__ */ function() {
|
|
|
8817
8817
|
this.$refs.TopPopup2.handleOpen(), this.handleActionClose(), this.titleText = n, this.popupContext = `\u786E\u5B9A${n}\u5417?`, this.handleTipsType = "\u64A4\u9500";
|
|
8818
8818
|
}, e.push(a);
|
|
8819
8819
|
}
|
|
8820
|
-
return e;
|
|
8820
|
+
return console.log("btnList======", e), e;
|
|
8821
8821
|
},
|
|
8822
8822
|
processCardHeight() {
|
|
8823
8823
|
console.log("btnList", this.operBtn);
|