feat: alipay login

This commit is contained in:
zzc
2026-02-11 17:04:11 +08:00
parent 576227154d
commit 6ca148f65e
2 changed files with 17 additions and 1 deletions

View File

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