From 908a2f7504e9e744377011a548c0c803112f1836 Mon Sep 17 00:00:00 2001 From: "huan.xu" <275942173@qq.com> Date: Mon, 7 Sep 2020 17:26:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E6=99=AF=E9=A1=B5=E9=9D=A2=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E9=87=8D=E8=B5=84=E4=BA=A7=EF=BC=8C=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=BA=BA=E6=B0=91=E5=B8=81=E8=BD=AC=E6=8D=A2=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E8=AE=BE=E7=BD=AE=E5=8E=BB=E6=8E=89=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/entry.vue | 877 +++++++++++++------------- src/views/personal/profile.vue | 4 +- src/views/personal/setPayPassword.vue | 9 +- 3 files changed, 451 insertions(+), 439 deletions(-) diff --git a/src/pages/entry.vue b/src/pages/entry.vue index cc5b45b..259ddea 100644 --- a/src/pages/entry.vue +++ b/src/pages/entry.vue @@ -14,7 +14,7 @@

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

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

-

全部资金:{{ tatolPrice }} CNY

+
@@ -22,7 +22,7 @@

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

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

-

全部资金:{{ tatolPrice }} CNY

+
@@ -30,7 +30,7 @@

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

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

-

全部资金:{{ tatolPrice }} CNY

+
@@ -40,7 +40,7 @@

总资产: {{ userTimeMoneyDto.btc }}

- +

≈{{btcRMBCount}} CNY

+

≈{{usdtRMBCount}} CNY

+

≈{{eosRMBCount}} CNY

+

≈{{ethRMBCount}} CNY

diff --git a/src/views/personal/setPayPassword.vue b/src/views/personal/setPayPassword.vue index 67d88ac..7b1d6ca 100644 --- a/src/views/personal/setPayPassword.vue +++ b/src/views/personal/setPayPassword.vue @@ -16,7 +16,7 @@ -
+
@@ -100,9 +100,10 @@ export default { }, methods: { submit() { - if (this.code === '') { + /* 去掉验证码 if (this.code === '') { this.$message.warning(this.$t('personal.security.code_p')); - } else if (this.moneyPassword === '') { + } else */ + if (this.moneyPassword === '') { this.$message.warning( this.$t('personal.security.setMoneyPassword.fund_p') );