Browse Source

修改币种取消中英文切换有延迟

master
liaoxinyu 8 months ago
parent
commit
203533b120
  1. 2
      pages/assets/coin-list.vue

2
pages/assets/coin-list.vue

@ -3,7 +3,7 @@
<view class="main" style="background-color: #121212;">
<view :style="{height:taskHeight+'px'}"></view>
<view>
<van-search background="transparent" v-model="filterName" show-action @cancel="$emit('close')" @change="filterName=$event.detail" :placeholder="$t('assets.b5')" />
<van-search background="transparent" v-model="filterName" show-action @cancel="$emit('close')" @change="filterName=$event.detail" :action-text="$t('common.cancel')" :placeholder="$t('assets.b5')" />
</view>
<view class="layout-main">
<template v-for="item in showList">

Loading…
Cancel
Save