| | |
| | | <div @click="copy(address)" class="text-26 border-solid-grey text-center code-btn rounded-6 textColor"> |
| | | {{ $t('复制地址') }}</div> |
| | | </div> |
| | | <div> |
| | | <!-- <div> |
| | | <div class="textColor text-28">{{ $t('转出地址(选填)') }}</div> |
| | | <div style="position: relative;" class="mt-6 mb-5 text-28"> |
| | | <input style="padding-right: 80px;" v-model="enterAddress" |
| | |
| | | <div class="text-30 mb-7 textColor">{{ $t('重要提示') }}</div> |
| | | <div class="text-28 text-grey" v-html="tip"></div> |
| | | <button class="btnMain text-white next-btn text-30 rounded-lg" @click="nextBtn">{{ $t('下一步') }}</button> |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | </div> |
| | | </div> |