| | |
| | | >{{ $t("提款") }}</van-button |
| | | > |
| | | </van-col> |
| | | <van-col span="8" style="display: flex; justify-content: center"> |
| | | <!-- <van-col span="8" style="display: flex; justify-content: center"> |
| | | <van-button |
| | | @click="leverShow = true" |
| | | class="btn-two" |
| | |
| | | > |
| | | {{ $t("申请杠杠") }} |
| | | </van-button> |
| | | </van-col> |
| | | </van-col> --> |
| | | </van-row> |
| | | |
| | | <van-dialog |
| | |
| | | </div> |
| | | <div class="li-USDT"> |
| | | <div class="DINPro"> |
| | | {{ item.symbol }} {{ item.availableBalance || "0.00" }} |
| | | {{ item.symbol }} |
| | | {{ item.availableBalance | _toLocaleString }} |
| | | </div> |
| | | <!-- <div class="DINPro"> |
| | | ≈ $ {{ item.availableBalanceUSD || "0.00" }} |
| | |
| | | </div> |
| | | <div class="li-USDT"> |
| | | <div class="DINPro"> |
| | | {{ item.symbol }} {{ item.freezeMoney || "0.00" }} |
| | | {{ item.symbol }} |
| | | {{ item.freezeMoney | _toLocaleString }} |
| | | </div> |
| | | <!-- <div class="DINPro">≈ $ {{ item.freezeMoney || "0.00" }}</div> --> |
| | | </div> |
| | | </li> |
| | | <li> |
| | | <div class="li-title"> |
| | | {{ $t("待补金额") }}({{ item.symbolCode }}) |
| | | </div> |
| | | <div class="li-USDT"> |
| | | <div class="DINPro"> |
| | | {{ item.symbol }} |
| | | {{ item.amountToBeCovered | _toLocaleString }} |
| | | </div> |
| | | <!-- <div class="DINPro">≈ $ {{ item.freezeMoney || "0.00" }}</div> --> |
| | | </div> |
| | |
| | | xy: true, |
| | | listAsstes: [ |
| | | { |
| | | title: this.$t("印股資產"), |
| | | title3: this.$t("印股總資產"), |
| | | title1: this.$t("印股可用"), |
| | | title2: this.$t("印股冻结"), |
| | | accectType: "IN", |
| | | symbolCode: "INR", |
| | | symbol: "₹", |
| | | title: this.$t("美股資產"), |
| | | title3: this.$t("美股總資產"), |
| | | title1: this.$t("美股可用"), |
| | | title2: this.$t("美股冻结"), |
| | | accectType: "US", |
| | | symbolCode: "USD", |
| | | symbol: "$", |
| | | }, |
| | | ], |
| | | active: this.$t("印股資產"), |
| | | active: this.$t("美股資產"), |
| | | name: "", |
| | | selectUserFlag: true, |
| | | settingDialog: false, |
| | |
| | | Vue.set(items, "freezeMoneyUSD", item.freezeMoneyUSD); |
| | | Vue.set(items, "symbol", item.symbol); |
| | | Vue.set(items, "symbolCode", item.symbolCode); |
| | | Vue.set(items, "amountToBeCovered", item.amountToBeCovered); |
| | | } |
| | | }); |
| | | }); |
| | |
| | | }, |
| | | handleOutLoginClick() { |
| | | // 退出登录 |
| | | MessageBox.confirm(this.$t("hj149") + "?", this.$t("hj165"), { |
| | | confirmButtonText: this.$t("hj161"), |
| | | MessageBox.confirm(this.$t(""), this.$t("hj165"), { |
| | | confirmButtonText: this.$t("qr"), |
| | | cancelButtonText: this.$t("hj106"), |
| | | }) |
| | | .then(() => { |
| | |
| | | font-weight: 500; |
| | | font-size: 0.37333rem; |
| | | color: #2d2f3c; |
| | | text-align: left; |
| | | } |
| | | .li-USDT { |
| | | min-width: 180px; |
| | |
| | | input[type="file"] { |
| | | display: none !important; |
| | | } |
| | | </style> |
| | | </style> |