From 7c8e98773ac00b03eee1fc50d9eed2a982f59484 Mon Sep 17 00:00:00 2001 From: unclekh <5177787+unclekh@user.noreply.gitee.com> Date: Mon, 27 Jul 2020 22:57:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=85=A5=E8=B5=8B=E5=80=BC=E4=B8=8E?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/entry.vue | 60 ++++++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 28 deletions(-) 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;