|
@@ -14,7 +14,7 @@ const _sfc_main = {
|
|
|
userName: "",
|
|
userName: "",
|
|
|
phone: "",
|
|
phone: "",
|
|
|
avatar: null,
|
|
avatar: null,
|
|
|
- authClientFRowID: "",
|
|
|
|
|
|
|
+ authClientRowId: "",
|
|
|
authClientName: ""
|
|
authClientName: ""
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
@@ -34,7 +34,7 @@ const _sfc_main = {
|
|
|
userName: d.userName || "",
|
|
userName: d.userName || "",
|
|
|
phone: d.phone || "",
|
|
phone: d.phone || "",
|
|
|
avatar: d.avatar || null,
|
|
avatar: d.avatar || null,
|
|
|
- authClientFRowID: d.authClientFRowID || "",
|
|
|
|
|
|
|
+ authClientRowId: d.authClientRowId || "",
|
|
|
authClientName: d.authClientName || ""
|
|
authClientName: d.authClientName || ""
|
|
|
};
|
|
};
|
|
|
this.pendingAvatarOssId = null;
|
|
this.pendingAvatarOssId = null;
|
|
@@ -125,12 +125,12 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
b: $data.myInfo.avatarUrl || "https://img.icons8.com/color/144/user.png",
|
|
b: $data.myInfo.avatarUrl || "https://img.icons8.com/color/144/user.png",
|
|
|
c: $data.uploading
|
|
c: $data.uploading
|
|
|
}, $data.uploading ? {} : {}, {
|
|
}, $data.uploading ? {} : {}, {
|
|
|
- d: common_vendor.o((...args) => $options.doChooseImage && $options.doChooseImage(...args), "b5"),
|
|
|
|
|
|
|
+ d: common_vendor.o((...args) => $options.doChooseImage && $options.doChooseImage(...args), "48"),
|
|
|
e: common_vendor.t($data.myInfo.userName),
|
|
e: common_vendor.t($data.myInfo.userName),
|
|
|
- f: common_vendor.o((...args) => $options.doEditName && $options.doEditName(...args), "f1"),
|
|
|
|
|
|
|
+ f: common_vendor.o((...args) => $options.doEditName && $options.doEditName(...args), "2c"),
|
|
|
g: common_vendor.t($data.myInfo.phone),
|
|
g: common_vendor.t($data.myInfo.phone),
|
|
|
- h: common_vendor.t($data.myInfo.authClientName || $data.myInfo.authClientFRowID || "无"),
|
|
|
|
|
- i: common_vendor.o((...args) => $options.saveProfile && $options.saveProfile(...args), "98"),
|
|
|
|
|
|
|
+ h: common_vendor.t($data.myInfo.authClientName || $data.myInfo.authClientRowId || "无"),
|
|
|
|
|
+ i: common_vendor.o((...args) => $options.saveProfile && $options.saveProfile(...args), "ac"),
|
|
|
j: $data.uploading
|
|
j: $data.uploading
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|