diff --git a/src/pages/entry.vue b/src/pages/entry.vue index 888dd63..de49c1a 100644 --- a/src/pages/entry.vue +++ b/src/pages/entry.vue @@ -7,34 +7,34 @@
-

初始资金:100000CNY

-

可用资金:100000CNY

-

全部资金:100000CNY

+

初始资金:{{ userTimeMoneyDto.wxPayInit }} CNY

+

可用资金:{{ userTimeMoneyDto.wxPay }} CNY

+

全部资金:{{ tatolPrice }} CNY

-

初始资金:100000CNY

-

可用资金:100000CNY

-

全部资金:100000CNY

+

初始资金:{{ userTimeMoneyDto.aliPayInit }} CNY

+

可用资金:{{ userTimeMoneyDto.aliPay }} CNY

+

全部资金:{{ tatolPrice }} CNY

-

初始资金:100000CNY

-

可用资金:100000CNY

-

全部资金:100000CNY

+

初始资金:{{ userTimeMoneyDto.bankCardInit }}CNY

+

可用资金:{{ userTimeMoneyDto.bankCard }} CNY

+

全部资金:{{ tatolPrice }} CNY

- +
-

总资产: 0

+

总资产: {{ userTimeMoneyDto.btc }}

≈0 CNY

@@ -54,7 +54,7 @@
-

总资产: 0

+

总资产: {{ userTimeMoneyDto.usdt }}

≈0 CNY

@@ -74,7 +74,7 @@
-

总资产: 0

+

总资产: {{ userTimeMoneyDto.eos }}

≈0 CNY

@@ -94,7 +94,7 @@
-

总资产: 0

+

总资产: {{ userTimeMoneyDto.eth }}

≈0 CNY

@@ -113,32 +113,32 @@
- + - @@ -183,6 +183,9 @@ export default { Footer, }, methods: { + goIndex() { + window.open('/', '_blank'); + }, getUSDTPrie() { getLeftPrice().then(res => { this.USDTPrie = res.data.data; @@ -314,8 +317,8 @@ export default { justify-content: space-between; .usdItem { - width: 128px; - height: 122px; + width: 166px; + height: 158px; position: relative; background-size: cover; @@ -330,6 +333,7 @@ export default { } a { display: block; + margin-top: 85px; } p { font-family: NotoSansHans-DemiLight;