feat: 接口对接完成

This commit is contained in:
anonymous
2025-01-03 16:44:05 +08:00
parent 0889d068a8
commit 2d19bbce4c
37 changed files with 1220 additions and 398 deletions
+8 -4
View File
@@ -11,6 +11,10 @@ onLaunch((options) => {
// redirect: options.path,
// },
})
} else {
if (userStore.isLogged) {
userStore.loadUserInfo()
}
}
})
@@ -100,15 +104,15 @@ uni-modal {
}
.uni-modal__title {
@apply p-16 text-left text-16 font-600;
@apply p-15 text-left text-16 font-600;
}
.uni-modal__bd {
@apply mb-16 px-16 pt-0 text-left text-14 font-medium text-#666;
@apply px-15 pt-0 text-left text-14 font-medium text-#666;
}
.uni-modal__btn {
@apply px-16 py-8 flex-none rounded-full shadow-none text-14;
@apply px-15 py-6 flex-none rounded-full shadow-none text-14;
&::after {
content: none;
@@ -120,7 +124,7 @@ uni-modal {
}
.uni-modal__ft {
@apply justify-end p-16 leading-normal;
@apply justify-end px-15 pb-10 leading-normal;
&::after {
content: none;