| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- <script>
- import tokenpocketBnb from "@/common/wallet/tokenpocket-wallet/tokenpocket-bnb";
- import {getTotalMoney} from "@/api/money";
- import {addDeal, getAddress} from "@/api/deal";
- import tools from "@/common/js/tools";
- import web3 from "web3";
- import {ethers} from "ethers";
- export default {
- name: "convert-index",
- components: {},
- data() {
- return {
- usdtNum:'',
- iconNum:'',
- type:1,
- toNum:'',
- formNUm:'',
- price:'',
- address:'',
- dealAddress:'',
- };
- },
- watch:{
- 'formNUm':function () {
- if(this.formNUm===''){
- this.toNum=''
- }else {
- if(this.type===1){
- this.toNum=this.formNUm*this.price
- }else {
- this.toNum=(this.formNUm/this.price).toFixed(6)
- }
- }
- }
- },
- mounted() {
- this.getIconNum()
- this.getTotalMoney()
- this.getAddress()
- },
- methods: {
- getAddress(){
- getAddress().then(res=>{
- if(res.code===1){
- this.dealAddress=res.data
- }
- })
- },
- async addDeal(){
- if(this.toNum ==='' || this.formNUm===''){
- tools.error("兑换数量异常")
- return
- }
- let data=''
- let formHex=web3.utils.numberToHex(ethers.utils.parseEther(this.formNUm.toString()).toString());
- if(this.type===1){
- let toHex=web3.utils.numberToHex(ethers.utils.parseEther(this.toNum.toString()).toString());
- data='0x1262dda0'
- data=data+tools.replenishZero(formHex)+tools.replenishZero(toHex)
- }else {
- data='0xa9059cbb'
- data=data+tools.replenishZero(this.dealAddress)+tools.replenishZero(formHex)
- }
- // data='0x5e9a0c48000000000000000000000000b7f1c21c51a0f85704a13b981aa9075d9b102962';
- console.log(data)
- let transactionData=await tokenpocketBnb.getContractTransaction(data, 0);
- console.log("transactionData------------------------------")
- console.log(transactionData)
- console.log("transactionData------------------------------")
- tokenpocketBnb.sendTransaction(transactionData).then(res=>{
- console.log(res)
- })
- },
- setMax(){
- if(this.type===1){
- this.formNUm=this.usdtNum
- }else {
- this.formNUm=this.iconNum
- }
- },
- getTotalMoney(){
- getTotalMoney().then(res=>{
- if (res.code===1){
- this.price=res.data.price
- }
- })
- },
- async getIconNum(){
- this.address=tokenpocketBnb.getMyAddress()
- if(this.address===''){
- return
- }
- setTimeout(async ()=>{
- this.iconNum= await tokenpocketBnb.getTokenBalance(this.address,0)
- this.usdtNum= await tokenpocketBnb.getTokenBalance(this.address,1)
- console.log(this.coinNum,"icon-num----------------------")
- },100)
- },
- setType(){
- this.type=(this.type===1?2:1)
- this.formNUm=''
- }
- },
- }
- </script>
- <template>
- <view class="bgc-f p-40 box-sizing-border b-rad-20">
- <view>
- <view class="bgc-F6F7FA b-rad-20 mb-20 p-20 box-sizing-border mb-20" v-if="type===1">
- <view class="align-items-start flex-justify-space mb-20">
- <view class="align-items-center">
- <image
- class="t-img mr-8"
- :src="require('@/static/img/index/index/usdt.png')"
- ></image>
- <view class="fs-28">USDT</view>
- </view>
- <view class="max-box b-rad-20 fs-28" @click="setMax">
- Max {{usdtNum}}
- </view>
- </view>
- <view>
- <input v-model="formNUm" placeholder="输入要兑换的USDT数量" placeholder-class="fs-28"></input>
- </view>
- </view>
- <view class="bgc-F6F7FA b-rad-20 mb-20 p-20 box-sizing-border mb-20" v-else>
- <view class="align-items-start flex-justify-space mb-20">
- <view class="align-items-center">
- <image
- class="t-img mr-8"
- :src="require('@/static/img/logo/logo.png')"
- ></image>
- <view class="fs-28">DAO</view>
- </view>
- <view class="max-box b-rad-20 fs-28" @click="setMax">
- Max {{iconNum}}
- </view>
- </view>
- <view>
- <input v-model="formNUm" placeholder="输入要兑换的DAO数量" placeholder-class="fs-28"></input>
- </view>
- </view>
- </view>
- <view class="flex-direction-column align-items-center flex-justify-center mb-20" @click="setType">
- <view class="fs-28">
- FORM
- </view>
- <image
- class="jh-img"
- :src="require('@/static/img/index/index/jiaohuan.png')"
- ></image>
- <view class="fs-28">
- TO
- </view>
- </view>
- <view>
- <view class="bgc-F6F7FA b-rad-20 mb-20 p-20 box-sizing-border mb-50" v-if="type===1">
- <view class="align-items-start flex-justify-space mb-20">
- <view class="align-items-center">
- <image
- class="logo-img mr-8"
- :src="require('@/static/img/logo/logo.png')"
- ></image>
- <view class="fs-28">DAO</view>
- </view>
- </view>
- <view class="fs-28" :class="toNum?'':'fc-808080'">
- {{toNum?toNum:'请输入需要兑换的USDT数量'}}
- </view>
- </view>
- <view class="bgc-F6F7FA b-rad-20 mb-20 p-20 box-sizing-border mb-50" v-else>
- <view class="align-items-start flex-justify-space mb-20">
- <view class="align-items-center">
- <image
- class="logo-img mr-8"
- :src="require('@/static/img/index/index/usdt.png')"
- ></image>
- <view class="fs-28">USDT</view>
- </view>
- </view>
- <view class="fs-28" :class="toNum?'':'fc-808080'">
- {{toNum?toNum:'请输入需要兑换的DAO数量'}}
- </view>
- </view>
- </view>
- <view class="convent-but b-rad-20 text-align-center fs-28 fc-f" @click="addDeal">
- 兑换
- </view>
- </view>
- </template>
- <style scoped lang="scss">
- .t-img{
- width: 70rpx;
- height: 60rpx;
- }
- .max-box{
- color: #0d81cf;
- border: 2rpx solid #0d81cf;
- padding: 6rpx 20rpx;
- }
- ::v-deep .el-input__inner{
- background-color: transparent;
- border: none;
- padding: 0;
- }
- .jh-img{
- width: 60rpx;
- height: 60rpx;
- }
- .logo-img{
- width: 66rpx;
- height: 50rpx;
- }
- .convent-but{
- height: 80rpx;
- background: #0d81cf;
- color: #fff;
- line-height: 80rpx;
- }
- </style>
|