bitcooo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

61 lines
1.2 KiB

<template>
<view class="">
<navigation :showBack="true" :bgnum="true">
Receive
</navigation>
<view class="main">
<view class="main_con">
<image src="../../../static/tongyonh/tron1.png" mode="aspectFit" class="logoimg"></image>
<view class="title">
TRX Receiving address
</view>
<image src="../../../static/tongyonh/image46.png" mode="aspectFit" class="code"></image>
<view class="text1">
Scan the QR code to transfer to the asset
</view>
<view class="bottom_con">
<view class="text2">
TASD djhe u3y3 khkd khhg kie3 jhhs uehw ssdhd
</view>
<view class="text3 copy">
<image src="../../../static/tongyonh/copy_24px.png" mode="aspectFit" class="copyImg"></image>
Copy address
</view>
<view class="text3">
<image src="../../../static/tongyonh/Frame58.png" mode="aspectFit" class="copyImg"></image>
Switching address
</view>
</view>
</view>
</view>
</view>
</template>
<script>
import cont from "@/components/navigation/navigation.vue"
export default {
data() {
return {
}
},
methods: {
}
};
</script>
<style scoped>
page{
background: #FAFAFA;
}
</style>
<style>
@import './index.css';
</style>