feat: 修改通知提示位置为顶部,并优化颜色设置;注释掉转账功能的相关代码
This commit is contained in:
@@ -9,7 +9,7 @@ async function todo() {
|
|||||||
.create({
|
.create({
|
||||||
message: "功能开发中,敬请期待",
|
message: "功能开发中,敬请期待",
|
||||||
duration: 2000,
|
duration: 2000,
|
||||||
position: "bottom",
|
position: "top",
|
||||||
});
|
});
|
||||||
await toast.present();
|
await toast.present();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,12 +28,12 @@ const { t } = useI18n();
|
|||||||
{{ t('trade.settings.myIssues') }}
|
{{ t('trade.settings.myIssues') }}
|
||||||
</div>
|
</div>
|
||||||
</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" />
|
<ion-icon :icon="swapHorizontal" />
|
||||||
<div class="text-xs">
|
<div class="text-xs">
|
||||||
发起转账
|
发起转账
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user