| | |
| | | <div class="main-box"> |
| | | <div class="main-nav"> |
| | | <span class="info">{{ $t('信息') }}</span> |
| | | <span class="gen" style="color: #868d9a" @click="linkToDetail"> |
| | | <span class="gen flex justify-center items-center" style="color: #868d9a" @click="linkToDetail"> |
| | | {{ $t('更多数据') }} |
| | | <img class="right" src="@/assets/image/icon-right.png" alt="" /> |
| | | </span> |
| | |
| | | <span class="textColor">$</span><span class="textColor">{{ item.symbolValue }}</span> |
| | | </p> |
| | | <p class="mar-9"> |
| | | {{ $t('数量') }}<span style="color: #fff">{{ item.coinAmount }} USDT</span> |
| | | {{ $t('数量') }}<span style="color: #666">{{ item.coinAmount }} USDT</span> |
| | | </p> |
| | | <p class="mar-30"> |
| | | {{ $t('限额') }} |
| | | <span style="color: #fff">${{ item.investmentMin }} - ${{ item.investmentMax }}</span> |
| | | <span style="color: #666">${{ item.investmentMin }} - ${{ item.investmentMax }}</span> |
| | | </p> |
| | | <div class="flex"> |
| | | <div class="flex items-center mar-23"> |
| | |
| | | </div> |
| | | </van-dialog> |
| | | |
| | | <van-popup class="w-full h-full" v-model="showDetail" position="right"> |
| | | <van-popup class="w-full h-full" v-model:show="showDetail" position="right"> |
| | | <detail :detail="c2cUser" @back="back" /> |
| | | </van-popup> |
| | | </div> |
| | |
| | | created() { |
| | | console.log(this.uid); |
| | | otcApi.ctcUserGet({ c2c_user_id: this.uid, language: this.$i18n.locale }).then(res => { |
| | | // otcApi.ctcUserGet({ id: this.uid, language: this.$i18n.locale }).then(res => { |
| | | this.userInfo = res.data; |
| | | }) |
| | | }, |
| | |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | @import "@/assets/css/copy2.scss"; |
| | | .box-radius { |
| | | border-radius: 40px; |
| | | } |