feat: 修改通知提示位置为顶部,并优化颜色设置;注释掉转账功能的相关代码

This commit is contained in:
2026-01-13 00:35:17 +07:00
parent 5f6b5383b2
commit 8d46de592d
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ async function todo() {
.create({
message: "功能开发中,敬请期待",
duration: 2000,
position: "bottom",
position: "top",
});
await toast.present();
}

View File

@@ -28,12 +28,12 @@ const { t } = useI18n();
{{ t('trade.settings.myIssues') }}
</div>
</div>
<div class="col-span-1 flex-col-center gap-2" @click="$router.push('/trade-settings/my-issues')">
<!-- <div class="col-span-1 flex-col-center gap-2" @click="$router.push('/trade-settings/my-issues')">
<ion-icon :icon="swapHorizontal" />
<div class="text-xs">
发起转账
</div>
</div>
</div> -->
</div>
</div>
</template>