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