| | |
| | | <template> |
| | | <div class="list pb-20"> |
| | | <fx-header fixed @back="back()" :back="false"> |
| | | <template #title>{{ $t('WithdrawalMethod') }}</template> |
| | | <template #title>{{ $t('paymentMethod') }}</template> |
| | | </fx-header> |
| | | <ul class="payment-list-ul"> |
| | | <li class="flex px-4 justify-between pt-5 pb-10" v-for="(item, index) in methodList" :key="index"> |
| | |
| | | </li> |
| | | </ul> |
| | | <div class="px-4 pt-6 fixed-wrap"> |
| | | <van-button class="w-full" type="primary" @click="submit">{{ $t('添加提款方式') }}</van-button> |
| | | <van-button class="w-full" type="primary" @click="submit">{{ $t('AddPaymentMethod') }}</van-button> |
| | | </div> |
| | | </div> |
| | | </template> |