| | |
| | | </van-col> |
| | | </van-row> |
| | | <van-row style="margin-top: 18px"> |
| | | <div class="van-col van-col--8" style="margin-top: 10px"> |
| | | <div class="content-title DINPro">{{ $t("美股總資產") }}(USD)</div> |
| | | <div> |
| | | <div class="DINPro" style="font-size: 18px"> |
| | | <showHide :text="userInfo.usTotalAssets" :flg="xy" /> |
| | | </div> |
| | | <div |
| | | class="van-col van-col--8" |
| | | style="margin-top: 10px" |
| | | v-for="item in listAsstes" |
| | | :key="item.accectType" |
| | | > |
| | | <div class="content-title DINPro"> |
| | | {{ |
| | | item.accectType === "US" ? $t("美股總資產") : $t("馬股總資產") |
| | | }} |
| | | ({{ item.symbolCode }}) |
| | | </div> |
| | | </div> |
| | | <div class="van-col van-col--8" style="margin-top: 10px"> |
| | | <div class="content-title">{{ $t("馬股總資產") }}(USD)</div> |
| | | <div> |
| | | <div class="DINPro" style="font-size: 18px"> |
| | | <showHide :text="userInfo.masTotalAssets" :flg="xy" /> |
| | | <showHide :text="item.availableBalance" :flg="xy" /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | }, |
| | | async getUserInfo() { |
| | | // 获取用户信息 |
| | | let data = await api.getUserInfo(); |
| | | let data = await api.getUserInfodata(); |
| | | if (data.status === 0) { |
| | | // 判断是否登录 |
| | | this.$store.commit("dialogVisible", false); |