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.
 
 
 
 

57 lines
922 B

<template>
<view class="maintoP">
<navigation :showBack="true" :bgnum="true">
<image src="../../../../static/tongyonh/IconGroup.png" mode="aspectFit" class="renYou2" slot="logo"></image>
<text class="big_title">
Binance NFT
</text>
</navigation>
<view class="main">
<view class="item">
<view class="top">
<image src="../../../../static/tongyonh/bye.png" mode="aspectFit" class="img"></image>
0x0Cc6...08E9
</view>
<view class="top">
合约0xf7a2...490a
</view>
<view class="top">
ID624869217469673946369844112959321786979269186132
</view>
</view>
</view>
</view>
</template>
<script>
import cont from "@/components/navigation/navigation.vue"
import token from "@/utils/TokenUtil"
export default {
data() {
return {
}
},
onLoad() {
},
methods: {
},
};
</script>
<style scoped>
</style>
<style>
@import './index.css';
</style>