feat: 更新 Capacitor 配置,修正 appId 和服务器 URL,添加市场视图的标签组件
This commit is contained in:
@@ -68,11 +68,16 @@ onBeforeMount(() => {
|
||||
<ion-searchbar :placeholder="t('market.search.placeholder')" />
|
||||
</ion-toolbar>
|
||||
</IonHeader>
|
||||
<IonContent :fullscreen="true" class="ion-padding">
|
||||
<IonContent :fullscreen="true" class="ion-padding-horizontal">
|
||||
<ion-refresher slot="fixed" @ion-refresh="handleRefresh($event)">
|
||||
<ion-refresher-content />
|
||||
</ion-refresher>
|
||||
|
||||
<ui-tabs size="small" class="mb-3">
|
||||
<ui-tab-pane name="all" title="数字化产品" />
|
||||
<ui-tab-pane name="stocks" title="代币化产品" />
|
||||
</ui-tabs>
|
||||
|
||||
<Category v-model="query!.categoryId" />
|
||||
<RwaList :data="rwaData" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user