|
|
|
@ -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> |
|
|
|
|