feat: card log

This commit is contained in:
zzc
2026-02-12 11:18:53 +08:00
parent b6d4a8074e
commit 54e8581b81
6 changed files with 45 additions and 8 deletions

View File

@@ -159,7 +159,7 @@ const userInfo = computed(() => ({
const isLoggedIn = computed(() => !!userStore.userInfo.nickName);
const isIos = false;
const isIos = computed(() => uni.getSystemInfoSync().osName === "ios");
onMounted(() => {
const sysInfo = uni.getSystemInfoSync();