jhzh
2024-08-06 a487c52e77e22054dd007f58e605d87f680e434d
src/page/transfer.vue
@@ -30,8 +30,9 @@
            </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]}}
@@ -93,6 +94,9 @@
         this.getwallet()
      },
      methods: {
         clickall(){
            this.amount=this.usdcMoney
         },
         async onSwitch(){
            var a = this.toptitle
            var b = this.buttitle