Browse Source

修复转账

master
vee 4 years ago
parent
commit
11b541cd58
  1. 26
      pages/menu/sendToken/enPassword/index.vue
  2. BIN
      unpackage/cache/apk/__UNI__1ECBEE1_cm.apk
  3. 2
      unpackage/cache/apk/apkurl
  4. 2
      unpackage/cache/apk/cmManifestCache.json
  5. 74
      unpackage/cache/wgt/__UNI__1ECBEE1/app-service.js
  6. 2
      unpackage/cache/wgt/__UNI__1ECBEE1/app-view.js
  7. 0
      unpackage/cache/wgt/__UNI__1ECBEE1/static/img/copy_24px_outlined.e8932d3c.svg
  8. 0
      unpackage/cache/wgt/__UNI__1ECBEE1/static/img/more_vert_24px_outlined.427f4df0.svg
  9. 74
      unpackage/dist/build/app-plus/app-service.js
  10. 2
      unpackage/dist/build/app-plus/app-view.js
  11. 0
      unpackage/dist/build/app-plus/static/img/copy_24px_outlined.e8932d3c.svg
  12. 0
      unpackage/dist/build/app-plus/static/img/more_vert_24px_outlined.427f4df0.svg
  13. BIN
      unpackage/release/apk/bitcooo1.1.3.apk

26
pages/menu/sendToken/enPassword/index.vue

@ -76,6 +76,30 @@
}
})
} else if (this.transInfoPass.type === 'TRX') {
this.$TronUtil.transaction(uni.getStorageSync('transaction'), this.transInfoPass.privateKey, this.transInfoPass.contractAddress)
.then((res) => {
uni.showToast({
title: this.$t('index').Transfersucceeded,
icon: 'none',
duration: 1500
})
setTimeout(() => {
uni.reLaunch({
url: '/pages/menu/wallet/index'
})
}, 1000)
}).catch(err => {
console.log(err, 'cuowu')
uni.showToast({
title: this.$t('index').Transferfailedconfirm,
icon: 'none',
duration: 1500
})
})
}else if (this.transInfoPass.type === 'BTC') {
this.$BtcUtil.sendTransaction(this.transInfoPass.fromAddress,
this.transInfoPass.toAddress, this.transInfoPass.amount, this.transInfoPass.privateKey)
.then((res) => {
@ -100,8 +124,6 @@
duration: 1500
})
})
}else if (this.transInfoPass.type === 'BTC') {
}
},

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/43607850-54e5-11ec-be40-e914ef8de4a1
https://ide.dcloud.net.cn/build/download/5228d550-54ec-11ec-9cb5-5bdcc362b486

2
unpackage/cache/apk/cmManifestCache.json

File diff suppressed because one or more lines are too long

74
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

0
unpackage/cache/wgt/__UNI__1ECBEE1/static/img/copy_24px_outlined.8dca7e38.svg → unpackage/cache/wgt/__UNI__1ECBEE1/static/img/copy_24px_outlined.e8932d3c.svg

Before

Width:  |  Height:  |  Size: 629 B

After

Width:  |  Height:  |  Size: 629 B

0
unpackage/cache/wgt/__UNI__1ECBEE1/static/img/more_vert_24px_outlined.266aaa48.svg → unpackage/cache/wgt/__UNI__1ECBEE1/static/img/more_vert_24px_outlined.427f4df0.svg

Before

Width:  |  Height:  |  Size: 526 B

After

Width:  |  Height:  |  Size: 526 B

74
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

0
unpackage/dist/build/app-plus/static/img/copy_24px_outlined.8dca7e38.svg → unpackage/dist/build/app-plus/static/img/copy_24px_outlined.e8932d3c.svg

Before

Width:  |  Height:  |  Size: 629 B

After

Width:  |  Height:  |  Size: 629 B

0
unpackage/dist/build/app-plus/static/img/more_vert_24px_outlined.266aaa48.svg → unpackage/dist/build/app-plus/static/img/more_vert_24px_outlined.427f4df0.svg

Before

Width:  |  Height:  |  Size: 526 B

After

Width:  |  Height:  |  Size: 526 B

BIN
unpackage/release/apk/bitcooo1.1.3.apk

Binary file not shown.
Loading…
Cancel
Save