feat: sooso
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="relative mt-[34px] w-[100%]">
|
<div class="relative mt-[34px] w-[100%]">
|
||||||
<KlTabBar v-model="tabIndex" :data="tabBar" />
|
<KlTabBar v-model="query.source" :data="tabBar" />
|
||||||
<KlWallpaperCategory v-model="query" v-model:level="level" :type="1" />
|
<KlWallpaperCategory v-model="query" v-model:level="level" :type="1" />
|
||||||
<div class="absolute right-[0px] top-[10px] text-[16px] text-[#999999] font-normal"
|
<div class="absolute right-[0px] top-[0px] text-[16px] text-[#999999] font-normal"
|
||||||
>共<span class="color-[#1A65FF]">{{ result?.total }}</span
|
>共<span class="color-[#1A65FF]">{{ result?.total }}</span
|
||||||
>个筛选结果</div
|
>个筛选结果</div
|
||||||
>
|
>
|
||||||
@ -18,7 +18,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import KlTabBar from '~/components/kl-tab-bar/index.vue'
|
import KlTabBar from '~/components/kl-tab-bar/v3/index.vue'
|
||||||
import CardPicture from '~/components/kl-card-picture/index.vue'
|
import CardPicture from '~/components/kl-card-picture/index.vue'
|
||||||
import KlWallpaperCategory from '~/components/kl-wallpaper-category/index.vue'
|
import KlWallpaperCategory from '~/components/kl-wallpaper-category/index.vue'
|
||||||
import { ref } from 'vue'
|
import { ref } from 'vue'
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="relative mt-[34px] w-[100%]">
|
<div class="relative mt-[34px] w-[100%]">
|
||||||
<KlTabBar v-model="query.source" :data="tabBar" />
|
<KlTabBar v-model="query.source" :data="tabBar" />
|
||||||
<div class="absolute right-[0px] top-[10px] text-[16px] text-[#999999] font-normal"
|
<div class="absolute right-[0px] top-[0px] text-[16px] text-[#999999] font-normal"
|
||||||
>共<span class="color-[#1A65FF]">{{ result?.total }}</span
|
>共<span class="color-[#1A65FF]">{{ result?.total }}</span
|
||||||
>个筛选结果</div
|
>个筛选结果</div
|
||||||
>
|
>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import KlTabBar from '~/components/kl-tab-bar/index.vue'
|
import KlTabBar from '~/components/kl-tab-bar/v3/index.vue'
|
||||||
import CardPicture from '~/components/kl-card-picture/index.vue'
|
import CardPicture from '~/components/kl-card-picture/index.vue'
|
||||||
import { ref } from 'vue'
|
import { ref } from 'vue'
|
||||||
import type { pageRes, pageReq } from '~/api/upnew/types'
|
import type { pageRes, pageReq } from '~/api/upnew/types'
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="relative mt-[34px] w-[100%]">
|
<div class="relative mt-[34px] w-[100%]">
|
||||||
<KlTabBar v-model="query.source" :data="tabBar" />
|
<KlTabBar v-model="query.source" :data="tabBar" />
|
||||||
<div class="absolute right-[0px] top-[10px] text-[16px] text-[#999999] font-normal"
|
<div class="absolute right-[0px] top-[0px] text-[16px] text-[#999999] font-normal"
|
||||||
>共<span class="color-[#1A65FF]">{{ result?.total }}</span
|
>共<span class="color-[#1A65FF]">{{ result?.total }}</span
|
||||||
>个筛选结果</div
|
>个筛选结果</div
|
||||||
>
|
>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import KlTabBar from '~/components/kl-tab-bar/index.vue'
|
import KlTabBar from '~/components/kl-tab-bar/v3/index.vue'
|
||||||
import CardPicture from '~/components/kl-card-picture/index.vue'
|
import CardPicture from '~/components/kl-card-picture/index.vue'
|
||||||
import { ref } from 'vue'
|
import { ref } from 'vue'
|
||||||
import type { pageRes, pageReq } from '~/api/upnew/types'
|
import type { pageRes, pageReq } from '~/api/upnew/types'
|
||||||
|
|||||||
Reference in New Issue
Block a user