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/v3/ui-process-h5.js
CHANGED
|
@@ -2415,8 +2415,8 @@ const $ = /* @__PURE__ */ S(pa, [["render", ba], ["__scopeId", "data-v-330eb4f6"
|
|
|
2415
2415
|
deep: !0,
|
|
2416
2416
|
handler(e, t) {
|
|
2417
2417
|
this.active = e;
|
|
2418
|
-
let
|
|
2419
|
-
this.activeItem =
|
|
2418
|
+
let n = JSON.parse(JSON.stringify(this.option)).filter((i, o) => i.id == e);
|
|
2419
|
+
this.activeItem = n[0], this.activeItem && this.$emit("change", this.activeItem);
|
|
2420
2420
|
}
|
|
2421
2421
|
}
|
|
2422
2422
|
},
|
|
@@ -6172,7 +6172,7 @@ const zp = /* @__PURE__ */ S(jp, [["render", Wp]]), Xp = _({
|
|
|
6172
6172
|
this.$refs.TopPopup2.handleOpen(), this.handleActionClose(), this.titleText = o, this.popupContext = `\u786E\u5B9A${o}\u5417?`, this.handleTipsType = "\u64A4\u9500";
|
|
6173
6173
|
}, e.push(i);
|
|
6174
6174
|
}
|
|
6175
|
-
return e;
|
|
6175
|
+
return console.log("btnList======", e), e;
|
|
6176
6176
|
},
|
|
6177
6177
|
processCardHeight() {
|
|
6178
6178
|
console.log("btnList", this.operBtn);
|