| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <p class="font-35 mt-44 textColor">{{ $t('数量') }}</p> |
| | | <p class="font-35 mt-44 textColor">{{ $t('提币数量') }}</p> |
| | | <div class="inputBackground flex items-center justify-between h-96 rounded mt-22"> |
| | | <input :placeholder="$t('请输入提币数量')" maxlength="10" |
| | | class="h-full flex-1 border-none bg-none px-16 font-22 textColor" type="number" v-model="amount" |
| | |
| | | </div> |
| | | </van-popup> |
| | | <!-- 币种 --> |
| | | <van-action-sheet v-model="showSymbol" :actions="actions.filter(item => item.name !== value)" @select="onSelect" /> |
| | | <van-action-sheet v-model="showSymbol" :actions="actions" @select="onSelect" /> |
| | | <bar-scan :scancode="scancode" v-if="scancode" @ok="getResult"></bar-scan> |
| | | </div> |
| | | </template> |