fix: rank
This commit is contained in:
@@ -153,12 +153,12 @@
|
||||
<view class="title-left-decor"></view>
|
||||
<text class="section-title">排行榜单</text>
|
||||
<view class="rank-tabs-mini">
|
||||
<view
|
||||
<!-- <view
|
||||
class="rank-tab-mini"
|
||||
:class="{ active: currentTab === 'all' }"
|
||||
@tap="switchTab('all')"
|
||||
>全部</view
|
||||
>
|
||||
> -->
|
||||
<view
|
||||
class="rank-tab-mini"
|
||||
:class="{ active: currentTab === 'wallpaper' }"
|
||||
@@ -311,7 +311,7 @@ const totalMonthDays = computed(() => {
|
||||
const date = new Date();
|
||||
return new Date(date.getFullYear(), date.getMonth() + 1, 0).getDate();
|
||||
}); // 当前月总天数
|
||||
const currentTab = ref("all");
|
||||
const currentTab = ref("wallpaper");
|
||||
|
||||
// 模拟农历数据
|
||||
const lunarDate = ref({
|
||||
|
||||
Reference in New Issue
Block a user