This commit is contained in:
Your Name
2026-03-19 12:19:00 +08:00
parent 7832514f28
commit 7147c8e148
243 changed files with 1662 additions and 437 deletions
+3 -1
View File
@@ -46,7 +46,9 @@ const loadCardList = async () => {
data.value = res.data
uni.setNavigationBarTitle({
title: res.data.title
});
} catch (err) {
console.error('加载就诊卡列表失败:', err)