|
@@ -64,8 +64,8 @@ onMounted(async () => {
|
|
|
})
|
|
})
|
|
|
</script>
|
|
</script>
|
|
|
<template>
|
|
<template>
|
|
|
- <Loading v-if="isLoading" />
|
|
|
|
|
- <cl-page v-else>
|
|
|
|
|
|
|
+ <Loading v-show="isLoading" />
|
|
|
|
|
+ <cl-page v-show="!isLoading">
|
|
|
<Back />
|
|
<Back />
|
|
|
<!-- 顶部标题栏 -->
|
|
<!-- 顶部标题栏 -->
|
|
|
<view class="content">
|
|
<view class="content">
|
|
@@ -205,7 +205,8 @@ onMounted(async () => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.card-title {
|
|
.card-title {
|
|
|
- @apply text-center font-bold absolute bottom-[13%] left-0 w-full text-[#0E3E87] text-[1.5vw];
|
|
|
|
|
|
|
+ @apply text-center font-bold absolute left-0 w-full text-[#0E3E87] text-[1.5vw];
|
|
|
|
|
+ bottom: 13%;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|