@witlink/usercenter 1.2.83 → 1.2.84
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/dist/usercenter.es.js +3 -2
- package/dist/usercenter.umd.js +1 -1
- package/package.json +1 -1
package/dist/usercenter.es.js
CHANGED
|
@@ -39193,8 +39193,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
39193
39193
|
"onUpdate:value": _cache[3] || (_cache[3] = ($event) => formState.refCodeSuffix = $event),
|
|
39194
39194
|
placeholder: _ctx.$t("uc_common.plsEnter"),
|
|
39195
39195
|
maxlength: 4,
|
|
39196
|
-
autocomplete: "off"
|
|
39197
|
-
|
|
39196
|
+
autocomplete: "off",
|
|
39197
|
+
disabled: form.type == "0"
|
|
39198
|
+
}, null, 8, ["value", "placeholder", "disabled"])
|
|
39198
39199
|
]),
|
|
39199
39200
|
_: 1
|
|
39200
39201
|
})) : (openBlock(), createBlock(_component_a_input, {
|