Browse Source

更新图标

master
torsenli 3 years ago
parent
commit
8bd97eea1c
  1. 6
      pages/currency/index.vue
  2. 4
      pages/exchange/exchange-transaction.vue

6
pages/currency/index.vue

@ -36,7 +36,7 @@
<span class="fn-bold color-theme-1 fn-16"> USDT </span>
</template>
<template #left v-if="!showPrice">
<span class="fn-bold color-theme-1 fn-16"> </span>
<span class="fn-bold color-theme-1 fn-16"> $ </span>
</template>
</v-input>
</view>
@ -51,12 +51,12 @@
<span class="fn-bold color-theme-1 fn-16"> USDT </span>
</template>
<template #left v-if="!showPrice">
<span class="fn-bold color-theme-1 fn-16"> </span>
<span class="fn-bold color-theme-1 fn-16"> $ </span>
</template>
</v-input>
</view>
<view class="d-flex justify-between m-t-lg fn-12 align-center">
<text class="w-100">{{$t("currency.b1")}} {{price_cny}}</text>
<text class="w-100">{{$t("currency.b1")}} ${{price_cny}}</text>
</view>
</view>
<button tag="button" v-if="active==1" @click="buy" class="rounded-xs m-x-lg color-white bg-theme-1">{{$t("currency.b2")}}</button>

4
pages/exchange/exchange-transaction.vue

@ -63,7 +63,7 @@
input-width="61%"
step="0.01"
/>
<view class="tips fn-xs m-t-xs"> {{ omitTo(form.entrust_price*price_cny,2) }}</view>
<view class="tips fn-xs m-t-xs"> ${{ omitTo(form.entrust_price*price_cny,2) }}</view>
</view>
<view class="m-t-ms">
<v-input
@ -197,7 +197,7 @@
{{ newPrice.price }}
</view>
<!-- <view class="fn-xs" v-if="newPrice.price">
{{ omitTo(newPrice.price * price_cny, 2) }}
${{ omitTo(newPrice.price * price_cny, 2) }}
</view> -->
</sell-and-buy>
</view>

Loading…
Cancel
Save