fixing เมนูรับโอน
This commit is contained in:
parent
bc7fa07f1f
commit
e8a7e17d50
8 changed files with 13 additions and 34 deletions
|
|
@ -59,13 +59,6 @@ function fetchProfile(id: string) {
|
|||
)
|
||||
.then(async (res) => {
|
||||
profile.avatar = res.data.downloadUrl;
|
||||
})
|
||||
.catch((e) => {
|
||||
if (e.response.data.message === "ไม่พบไฟล์ในระบบ") {
|
||||
profile.avatar = "";
|
||||
} else {
|
||||
messageError($q, e);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
divdivdiv
|
||||
<script setup lang="ts">
|
||||
import { ref, watch, computed } from "vue";
|
||||
import { useQuasar } from "quasar";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue