| | |
| | | <img src="@/assets/img/shiminga.png"/> |
| | | <div style="margin-left: 5px;">{{$t('hj246')}}</div> |
| | | </div> |
| | | <div class="sfrz_right"> |
| | | <div class="sfrz_right" @click="$router.push('/authentications')"> |
| | | {{userInfo.isActive==2?$t('hj203'):$t('hj204')}} |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <div style="margin-top: 20px;color: #fff;border-radius: 4px;width: max-content;padding: 8px 16px;background-color: #185546;margin-left: 15px;margin-bottom: 20px;"> |
| | | 日元 |
| | | {{$t('日股')}} |
| | | </div> |
| | | </div> |
| | | <div class="content-box"> |
| | |
| | | <div class="content-list-box"> |
| | | <div class="price"> |
| | | <div class="price_box"> |
| | | <div class="price_box_title">总资产</div> |
| | | <div class="price_box_title">{{$t('hometips')}}</div> |
| | | <div class="price_box_txt">{{asstesAll}}</div> |
| | | </div> |
| | | <div class="price_box"> |
| | | <div class="price_box_title">冻结资金</div> |
| | | <div class="price_box_title">{{$t('日股冻结')}}</div> |
| | | <div class="price_box_txt">{{listAsstes[0].freezeMoney}}</div> |
| | | </div> |
| | | <div class="price_box"> |
| | | <div class="price_box_title">总获利</div> |
| | | <div class="price_box_title">{{$t('累計盈虧')}}</div> |
| | | <div class="price_box_txt">{{moneyList[0].cumulativeProfitAndLoss}}</div> |
| | | </div> |
| | | <div class="price_box"> |
| | | <div class="price_box_title">浮动获利</div> |
| | | <div class="price_box_title">{{$t('浮動盈虧')}}</div> |
| | | <div class="price_box_txt">{{moneyList[0].profitAndLoss}}</div> |
| | | </div> |
| | | </div> |
| | |
| | | btnlist:[ |
| | | { |
| | | img:require('../../assets/img/chongzhi.svg'), |
| | | txt:'充值', |
| | | txt:this.$t('hj172'), |
| | | url:'/recharge' |
| | | }, |
| | | { |
| | | img:require('../../assets/img/tixian.svg'), |
| | | txt:'提现', |
| | | txt:this.$t('hj177'), |
| | | url:'/RechargeSure' |
| | | }, |
| | | { |
| | | img:require('../../assets/img/bank_card.svg'), |
| | | txt:'银行卡', |
| | | txt:this.$t('hj247'), |
| | | url:'/bankCard1' |
| | | }, |
| | | { |
| | | img:require('../../assets/img/mingxi.svg'), |
| | | txt:'明细', |
| | | txt:this.$t('明细'), |
| | | url:'/Record' |
| | | }, |
| | | { |
| | | img:require('../../assets/img/mykefu.svg'), |
| | | txt:'客服', |
| | | txt:this.$t('kf'), |
| | | url:'' |
| | | }, |
| | | { |
| | | img:require('../../assets/img/userrz.svg'), |
| | | txt:'认证', |
| | | txt:this.$t('hj203'), |
| | | url:'/authentications' |
| | | } |
| | | ], |