@byteluck-fe/runtime-mobile-controls 2.0.32 → 2.0.35
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.
|
@@ -3349,6 +3349,11 @@ var Ak = [
|
|
|
3349
3349
|
key: "on_modal_ok",
|
|
3350
3350
|
name: z("CMD.modalConfirm", null, "弹窗确认时"),
|
|
3351
3351
|
code: "modal-ok"
|
|
3352
|
+
},
|
|
3353
|
+
{
|
|
3354
|
+
key: "on_option_selected",
|
|
3355
|
+
name: z("CMD.optionSelected", null, "DOM点击option事件"),
|
|
3356
|
+
code: "option_selected"
|
|
3352
3357
|
}
|
|
3353
3358
|
], Dk = /* @__PURE__ */ function() {
|
|
3354
3359
|
function e() {
|
|
@@ -28119,7 +28124,7 @@ const bU = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
28119
28124
|
const D = await s.default.SignStatusDigitalSealPrivateV1ApiAppsPOST({
|
|
28120
28125
|
payload: E
|
|
28121
28126
|
});
|
|
28122
|
-
D.code === "000000" ? (l.value = r[D.data?.status], v.value = D.data?.signer_status_list, v.value && !f.value && (y.value = {
|
|
28127
|
+
D.code === "000000" ? (l.value = r[D.data?.status], v.value = D.data?.signer_status_list, D.data?.status === "COMPLETED" && (await N(), h && clearInterval(h)), v.value && !f.value && (y.value = {
|
|
28123
28128
|
signed: v.value.filter(
|
|
28124
28129
|
(U) => U.sign_status === "Completed"
|
|
28125
28130
|
),
|
package/package.json
CHANGED