feat: 添加 UiTag 组件,更新路由和市场视图,优化用户体验

This commit is contained in:
2025-12-18 23:40:51 +07:00
parent 8b3fec2376
commit 72775b4b37
8 changed files with 137 additions and 38 deletions

View File

@@ -60,15 +60,20 @@ onBeforeMount(() => {
<template>
<IonPage>
<IonHeader class="ion-padding ui-header">
<ion-searchbar :placeholder="t('market.search.placeholder')" />
<Category v-model="query!.categoryId" />
<IonHeader class="ion-no-border">
<ion-toolbar class="ui-toolbar">
<ion-title>{{ t('market.title') }}</ion-title>
</ion-toolbar>
<ion-toolbar class="ui-toolbar">
<ion-searchbar :placeholder="t('market.search.placeholder')" />
</ion-toolbar>
</IonHeader>
<IonContent :fullscreen="true" class="ion-padding">
<ion-refresher slot="fixed" @ion-refresh="handleRefresh($event)">
<ion-refresher-content />
</ion-refresher>
<Category v-model="query!.categoryId" />
<RwaList :data="rwaData" />
<ion-infinite-scroll threshold="100px" @ion-infinite="handleInfinite">