jhzh
2024-09-03 6a4dd5834e85c2156b431752d93da487eb9e4a0f
src/page/transfer.vue
@@ -30,7 +30,7 @@
            </div>
         </div>
         <div style="width: 100%;">
            <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  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>
@@ -125,6 +125,7 @@
         },
         onInput(e){
            console.log(e);
            this.amount = this.amount.replace(/[^0-9]/g, '');
         },
         async clicktype(e){
            this.typeindex = e