Browse Source

修改语言

master
liaoxinyu 1 year ago
parent
commit
5480277243
  1. 4
      i18n/lang/en.json
  2. 5
      pages/exchange/exchange-transaction.vue

4
i18n/lang/en.json

@ -180,8 +180,8 @@
"g0": "Average return", "g0": "Average return",
"g1": "Create infinite possibilities", "g1": "Create infinite possibilities",
"g2": "Start exploring", "g2": "Start exploring",
"g3": "Available for purchase", "g3": "Available for buy",
"g4": "Available for sale", "g4": "Available for sell",
"g5": "Counterparty price", "g5": "Counterparty price",
"h1": "Bill" "h1": "Bill"
}, },

5
pages/exchange/exchange-transaction.vue

@ -208,9 +208,12 @@
</view> </view>
<img :src="$localImgUrl('antOutline.png')" alt="" class="h-18" style="position: relative;top: 5px;" @click="_router.push('/pages/transfer/index')" /> <img :src="$localImgUrl('antOutline.png')" alt="" class="h-18" style="position: relative;top: 5px;" @click="_router.push('/pages/transfer/index')" />
</view> </view>
<view style="font-size: 20rpx;"> <view style="font-size: 20rpx;" v-if="form.direction == 'buy'">
{{$t("base.g3")}} <text class="col-fff" style="margin-left: 5px;">{{form.amount}}</text> {{$t("base.g3")}} <text class="col-fff" style="margin-left: 5px;">{{form.amount}}</text>
</view> </view>
<view style="font-size: 20rpx;" v-if="form.direction == 'sell'">
{{$t("base.g4")}} <text class="col-fff" style="margin-left: 5px;">{{form.amount}}</text>
</view>
</view> </view>
</view> </view>
<!-- <view class="d-flex fn-sm m-y-ms color-light justify-between"> <!-- <view class="d-flex fn-sm m-y-ms color-light justify-between">

Loading…
Cancel
Save