| | |
| | | <van-row class="van-row-box"> |
| | | <van-col span="20"> |
| | | <div class="content-all"> |
| | | <span>{{ $t("賬戶總資產") }}({{ $USD }})</span> |
| | | <span>{{ $t("賬戶總資產") }}(¥)</span> |
| | | <i @click="xy = !xy" class="iconfont xy"></i> |
| | | </div> |
| | | <div class="number-all"> |
| | |
| | | |
| | | <van-row style="margin-top: 16px"> |
| | | <van-col span="8" style="display: flex; justify-content: center"> |
| | | <!-- @click="$router.push('/recharge')" --> |
| | | <!-- @click="kefu" --> |
| | | <van-button @click="kefu" class="btn-two" type="primary"> |
| | | <van-button @click="$router.push('/recharge')" class="btn-two" type="primary"> |
| | | {{ $t("hj172") }} |
| | | </van-button> |
| | | </van-col> |
| | |
| | | >{{ $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" |
| | |
| | | <div class="li-USDT"> |
| | | <div class="DINPro"> |
| | | {{ item.symbol }} |
| | | {{ item.availableBalance | _toLocaleString }} |
| | | {{ item.availableBalance }} |
| | | </div> |
| | | <!-- <div class="DINPro"> |
| | | ≈ $ {{ item.availableBalanceUSD || "0.00" }} |
| | |
| | | <div class="li-USDT"> |
| | | <div class="DINPro"> |
| | | {{ item.symbol }} |
| | | {{ item.freezeMoney | _toLocaleString }} |
| | | {{ item.freezeMoney }} |
| | | </div> |
| | | <!-- <div class="DINPro">≈ $ {{ item.freezeMoney || "0.00" }}</div> --> |
| | | </div> |
| | |
| | | <div class="li-USDT"> |
| | | <div class="DINPro"> |
| | | {{ item.symbol }} |
| | | {{ item.amountToBeCovered | _toLocaleString }} |
| | | {{ item.amountToBeCovered }} |
| | | </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: "JP", |
| | | symbolCode: "JPY", |
| | | symbol: "¥", |
| | | }, |
| | | ], |
| | | active: this.$t("印股資產"), |
| | | active: this.$t("日股資產"), |
| | | name: "", |
| | | selectUserFlag: true, |
| | | settingDialog: false, |
| | |
| | | }, |
| | | onChange(e) { |
| | | this.language = e; |
| | | this.active = this.$t("印股資產") |
| | | this.active = this.$t("日股資產") |
| | | this.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: "JP", |
| | | symbolCode: "JPY", |
| | | symbol: "¥", |
| | | }, |
| | | ] |
| | | this.iconlist = [{ |
| | |
| | | }); |
| | | }); |
| | | |
| | | const arr = data.data.filter((item) => item.accectType === "IN"); |
| | | const arr = data.data.filter((item) => item.accectType === "JP"); |
| | | this.asstesAll = arr[0].totalMoney; |
| | | } |
| | | }, |