feat: 添加 UiTag 组件,更新路由和市场视图,优化用户体验
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user