feat: 接口对接完成
This commit is contained in:
+8
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user