refactor: 联系信息页的API重构
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
];
|
||||
const { data, pending, error } = await useContactInfo();
|
||||
|
||||
const content = computed(() => toContactInfoView(data.value));
|
||||
const content = computed(() => toContactInfoView(data.value.contact_info));
|
||||
|
||||
watch(error, (value) => {
|
||||
if (value) {
|
||||
|
||||
Reference in New Issue
Block a user