Browse Source

修改币币中文

master
liaoxinyu 9 months ago
parent
commit
246c686175
  1. 2
      pages/exchange/exchange-transaction.vue

2
pages/exchange/exchange-transaction.vue

@ -106,7 +106,7 @@
<!-- <view class="col-fff">{{form.entrust_price}}</view> -->
</view>
<!-- <el-input-number controls-position="right" @change="handleChange" :min="1" :max="10"></el-input-number> -->
<view class="tips fn-xs m-t-xs">估值 ${{ omitTo(form.entrust_price*price_cny,2) }}</view>
<view class="tips fn-xs m-t-xs">{{$t('common.c7')}} ${{ omitTo(form.entrust_price*price_cny,2) }}</view>
</view>
<view class="m-t-ms">
<v-input

Loading…
Cancel
Save