Browse Source

代码

master
Dread 4 years ago
parent
commit
1133ecd923
  1. 16
      pages/menu/sendToken/transfer/index.vue
  2. 4
      pages/menu/transction/detail/index.css
  3. 4
      pages/menu/transction/detail/index.vue
  4. 11
      pages/menu/wallet/index.vue
  5. BIN
      unpackage/cache/apk/__UNI__1ECBEE1_cm.apk
  6. 2
      unpackage/cache/apk/apkurl
  7. 2
      unpackage/cache/apk/cmManifestCache.json
  8. 20
      unpackage/cache/wgt/__UNI__1ECBEE1/app-service.js
  9. 2
      unpackage/cache/wgt/__UNI__1ECBEE1/app-view.js
  10. 20
      unpackage/dist/build/app-plus/app-service.js
  11. 2
      unpackage/dist/build/app-plus/app-view.js
  12. 13137
      unpackage/dist/dev/app-plus/app-service.js
  13. 24587
      unpackage/dist/dev/app-plus/app-view.js
  14. BIN
      unpackage/release/apk/bitcooo.apk
  15. BIN
      unpackage/release/apk/bitcooo3.apk
  16. 4
      utils/WalletUtil.js

16
pages/menu/sendToken/transfer/index.vue

@ -343,14 +343,14 @@
})
return
}
// if( this.transAmount>this.addressInfo.balance){
// uni.showToast({
// title: 'Sorry, your credit is running low',
// icon: 'none',
// duration: 1500
// })
// return
// }
if( this.transAmount>this.addressInfo.balance){
uni.showToast({
title: 'Sorry, your credit is running low',
icon: 'none',
duration: 1500
})
return
}
this.showBottom = true;
this.show = true;
},

4
pages/menu/transction/detail/index.css

@ -107,3 +107,7 @@
color: #5B53FF;
margin-top: 30rpx;
}
.scroll{
max-height: 1000rpx;
overflow-y: scroll;
}

4
pages/menu/transction/detail/index.vue

@ -13,6 +13,9 @@
<view class="title">
Confirmed
</view>
<view class="scroll">
<view class="title_con flex">
<view class="text1">
Amount
@ -64,6 +67,7 @@
<image src="../../../../static/tongyonh/copy_24px.png" mode="aspectFit" class="img"></image>
</view>
</view>
</view>
<view class="item goto">
Go to your browser for more information
</view>

11
pages/menu/wallet/index.vue

@ -120,12 +120,10 @@
methods: {
updateData() {
let thar = this;
// setTimeout(
// function() {
console.log(uni.getStorageSync('wallet'),'钱包');
setTimeout(
function() {
thar.userObj = uni.getStorageSync('wallet');
thar.userObj2 = uni.getStorageSync('wallet');
// thar.userObj.address = thar.userObj.ellipsisAddress;
// thar.userObj.address =thar.userObj.address.substring(0, 6) + '...' + thar.userObj.address.substring(25,
@ -134,7 +132,6 @@
// thar.updateData();
// }, 100);
thar.userObj.address = thar.userObj.address.substring(0, 6) + '...' + thar.userObj.address
.substring(25,
thar.userObj.address.length);
@ -142,9 +139,7 @@
if (!thar.isStop) {
thar.updateData()
}
// }, 2000);
}, 10);
},

BIN
unpackage/cache/apk/__UNI__1ECBEE1_cm.apk

Binary file not shown.

2
unpackage/cache/apk/apkurl

@ -1 +1 @@
https://ide.dcloud.net.cn/build/download/f61efec0-4607-11ec-8b2e-fb4dd8015c1a
https://ide.dcloud.net.cn/build/download/07ca6a10-46bc-11ec-8874-2ffa4bf2d457

2
unpackage/cache/apk/cmManifestCache.json

File diff suppressed because one or more lines are too long

20
unpackage/cache/wgt/__UNI__1ECBEE1/app-service.js

File diff suppressed because one or more lines are too long

2
unpackage/cache/wgt/__UNI__1ECBEE1/app-view.js

File diff suppressed because one or more lines are too long

20
unpackage/dist/build/app-plus/app-service.js

File diff suppressed because one or more lines are too long

2
unpackage/dist/build/app-plus/app-view.js

File diff suppressed because one or more lines are too long

13137
unpackage/dist/dev/app-plus/app-service.js

File diff suppressed because one or more lines are too long

24587
unpackage/dist/dev/app-plus/app-view.js

File diff suppressed because one or more lines are too long

BIN
unpackage/release/apk/bitcooo.apk

Binary file not shown.

BIN
unpackage/release/apk/bitcooo3.apk

Binary file not shown.

4
utils/WalletUtil.js

@ -132,7 +132,7 @@ let WalletUtil = {
uni.setStorageSync('walletInfo', walletInfo);
uni.setStorageSync('wallet', wallet);
uni.setStorageSync('walleti', wallet.address);
this.updateBalance();
},
//私钥新建
privateKeyEstablishWallet: function(type, privateKey, password) {
@ -160,7 +160,6 @@ let WalletUtil = {
uni.setStorageSync('walletInfo', walletInfo);
uni.setStorageSync('wallet', wallet);
uni.setStorageSync('walleti', wallet.address);
this.updateBalance();
},
//获取钱包列表
getWalletList: function(type) {
@ -201,7 +200,6 @@ let WalletUtil = {
}
}
this.updateBalance();
},
updateBalance:function() {
const wallet = uni.getStorageSync('wallet');

Loading…
Cancel
Save