| | |
| | | </div> |
| | | </div> |
| | | <div style="width: 100%;"> |
| | | <input v-model="amount" :placeholder="$t('请输入数量')" type="number" style="width: 92%;" class="h-100 border-none inputBackground textColor mt-20 pl-20 ml-23" |
| | | <input v-model="amount" :placeholder="$t('请输入数量')" type="number" style="width: 83%;" class="h-100 border-none inputBackground textColor mt-20 pl-20 ml-23" |
| | | @input="onInput" :disabled="disabled" /> |
| | | <span @click="clickall">{{$t('全部')}}</span> |
| | | </div> |
| | | <div class="pages_bot_tps"> |
| | | {{$t('可用数量')}}:{{usdcMoney}} {{bzlist[typeindex]}} |
| | |
| | | this.getwallet() |
| | | }, |
| | | methods: { |
| | | clickall(){ |
| | | this.amount=this.usdcMoney |
| | | }, |
| | | async onSwitch(){ |
| | | var a = this.toptitle |
| | | var b = this.buttitle |