src/components/Transform/mining-account/index.vue
@@ -19,7 +19,7 @@ <div class="account_card"> <mining-exchange-input :title="$t('至')" :value="form.volume ? (form.volume * form.rate).toFixed(5) : ''" :actions="actions" :value="form.volume ? (form.volume * form.rate).toFixed(8) : ''" :actions="actions" @select="onSelect('symbol_to', $event)" :disabled="true" :type="2" :coin="form.symbol" :coin1="form.symbol_to" :tips="[]" :showMax="false" :iconImg1="form.iconImg1" :iconImg2="form.iconImg2" />