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
1004 B
61 lines
1004 B
<template>
|
|
<view class="maintoP">
|
|
<navigation :showBack="true" :bgnum="true">
|
|
<image src="../../../../static/tongyonh/IconGroup.png" mode="aspectFit" @click="goAdd" 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">
|
|
ID:624869217469673946369844112959321786979269186132
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
import cont from "@/components/navigation/navigation.vue"
|
|
import token from "@/utils/TokenUtil"
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
},
|
|
|
|
onLoad() {
|
|
|
|
|
|
|
|
},
|
|
methods: {
|
|
goAdd(){
|
|
uni.navigateTo({
|
|
url:'../addCollection/index'
|
|
})
|
|
}
|
|
|
|
|
|
},
|
|
|
|
};
|
|
</script>
|
|
<style scoped>
|
|
|
|
</style>
|
|
|
|
<style>
|
|
@import './index.css';
|
|
</style>
|
|
|