hookehuyr

style(ActivityHistoryPage): 格式化代码缩进和换行

......@@ -27,7 +27,8 @@
<!-- List -->
<div class="px-4 py-4 space-y-4">
<div v-for="item in activities" :key="item.id" class="bg-white rounded-xl py-4 pr-4 pl-0 shadow-sm relative overflow-hidden flex">
<div v-for="item in activities" :key="item.id"
class="bg-white rounded-xl py-4 pr-4 pl-0 shadow-sm relative overflow-hidden flex">
<!-- Blue Marker (Absolute or Flex) -->
<!-- Based on image, it is sticking to the left edge but inside the card padding area potentially, or flush left -->
......@@ -62,8 +63,7 @@
</div>
<!-- Fixed Bottom Buttons -->
<div
v-if="!userInfo.has_activity_registration"
<div v-if="!userInfo.has_activity_registration"
class="fixed bottom-0 left-0 right-0 bg-white/60 backdrop-blur-md p-4 pb-8 z-30 shadow-[0_-2px_10px_rgba(0,0,0,0.05)]">
<van-button block color="#0052D9" class="!rounded-lg !mb-3 !h-[44px] !text-base !font-bold"
@click="handleCollectCoins">
......@@ -151,6 +151,7 @@ const handleCollectCoins = async () => {
icon: 'error'
})
}
}
}
const handleSubmitMissing = () => {
......