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.
 
 
 
 

70 lines
1.3 KiB

<template>
<view class="maintoP">
<navigation :showBack="true" :bgnum="true" class="aaa">
<text class="big_title">
Add collection
</text>
</navigation>
<view class="main">
<view class="main_con">
<view class="flex item">
<view class="imgcon flex2">
<image src="../../../../static/tongyonh/bye.png" mode="aspectFit" class="img"></image>
<text class="tex1">ETH</text>
</view>
<view class="text1">
TStUWD...mBmh
</view>
</view>
<view class="item2">
<view class="title">
Contract address
</view>
<input type="text" value="" class="input" placeholder-style="color:#BEBEBE;fontSize:14px" placeholder="Please enter the contract address"/>
</view>
<view class="item2">
<view class="title">
Token ID
</view>
<input type="text" value="" class="input" placeholder-style="color:#BEBEBE;fontSize:14px" placeholder="Please enter token ID"/>
</view>
<view class="btn">
Confirm
</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>