| | |
| | | </van-row> |
| | | <van-row style="margin-top: 18px"> |
| | | <div |
| | | class="van-col van-col--8" |
| | | class="van-col van-col--12" |
| | | style="margin-top: 10px" |
| | | v-for="item in listAsstes" |
| | | :key="item.accectType" |
| | | > |
| | | <div class="content-title DINPro"> |
| | | {{ |
| | | item.accectType === "US" ? $t("美股總資產") : $t("馬股總資產") |
| | | }} |
| | | {{ item.title3 }} |
| | | ({{ item.symbolCode }}) |
| | | </div> |
| | | <div> |
| | |
| | | listAsstes: [ |
| | | { |
| | | title: this.$t("美股資產"), |
| | | title3: this.$t("美股總資產"), |
| | | title1: this.$t("美股可用"), |
| | | title2: this.$t("美股冻结"), |
| | | accectType: "US", |
| | |
| | | }, |
| | | { |
| | | title: this.$t("馬股資產"), |
| | | title3: this.$t("馬股總資產"), |
| | | title1: this.$t("馬股可用"), |
| | | title2: this.$t("馬股冻结"), |
| | | accectType: "MAS", |
| | |
| | | }, |
| | | { |
| | | title: this.$t("港股资产"), |
| | | title3: this.$t("港股總資產"), |
| | | title1: this.$t("港股可用"), |
| | | title2: this.$t("港股冻结"), |
| | | accectType: "HK", |
| | |
| | | color: #2d2f3c; |
| | | } |
| | | .li-USDT { |
| | | min-width: 180px; |
| | | text-align: right; |
| | | font-style: normal; |
| | | font-weight: 500; |
| | | font-size: 0.37333rem; |