From 621978dadff097ebde21eacbb3fe0d131d12af29 Mon Sep 17 00:00:00 2001 From: Dread <8791926+dread@user.noreply.gitee.com> Date: Sat, 13 Nov 2021 16:22:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/menu/wallet/cwallet/index.vue | 51 ++-- unpackage/dist/dev/app-plus/app-service.js | 316 +-------------------- unpackage/dist/dev/app-plus/app-view.js | 184 ------------ utils/WalletUtil.js | 17 ++ 4 files changed, 41 insertions(+), 527 deletions(-) diff --git a/pages/menu/wallet/cwallet/index.vue b/pages/menu/wallet/cwallet/index.vue index 629028f..5e9b04e 100644 --- a/pages/menu/wallet/cwallet/index.vue +++ b/pages/menu/wallet/cwallet/index.vue @@ -40,7 +40,7 @@ - + - + @@ -168,30 +168,26 @@ this.typeBoll=true; } }, - getStorage(){ - this.walletInfo2 = uni.getStorageSync('walletInfo'); - console.log(this.walletInfo2,232323) - this.walletInfoBTC2=this.walletInfo2.BTC; - this.walletInfoETH2=this.walletInfo2.ETH; - this.walletInfoTRX2=this.walletInfo2.TRON; - }, + setStorage() { - this.walletInfo = uni.getStorageSync('walletInfo'); - this.walletInfoBTC=this.walletInfo.BTC; + console.log(this.$walletUtil.getWalletList()) + this.walletInfo=this.$walletUtil.getWalletList() + // this.walletInfo = uni.getStorageSync('walletInfo'); + // this.walletInfoBTC=this.walletInfo.BTC; - this.num=this.walletInfoBTC[0].privateKey - for(var i=0;i