优化
This commit is contained in:
@@ -65,6 +65,10 @@ const { userInfo } = storeToRefs(store);
|
||||
|
||||
const currentGender = ref<number>(0);
|
||||
|
||||
onLoad(() => {
|
||||
store.getProfile();
|
||||
});
|
||||
|
||||
const chooseAvatar = (e: any) => {
|
||||
uni.showLoading();
|
||||
uni.uploadFile({
|
||||
|
Reference in New Issue
Block a user