This commit is contained in:
2024-03-25 14:44:38 +08:00
parent 4fb648f003
commit 91af869899
10 changed files with 103 additions and 37 deletions

View File

@@ -65,6 +65,10 @@ const { userInfo } = storeToRefs(store);
const currentGender = ref<number>(0);
onLoad(() => {
store.getProfile();
});
const chooseAvatar = (e: any) => {
uni.showLoading();
uni.uploadFile({