Browse Source

修改

master
vee 4 years ago
parent
commit
271a9793a9
  1. 14
      pages/menu/sendToken/transfer/index.vue
  2. 30
      pages/menu/setting/index.vue
  3. 7
      pages/menu/wallet/index.vue
  4. BIN
      unpackage/cache/apk/__UNI__1ECBEE1_cm.apk
  5. 2
      unpackage/cache/apk/apkurl
  6. 2
      unpackage/cache/apk/cmManifestCache.json
  7. 20
      unpackage/cache/wgt/__UNI__1ECBEE1/app-service.js
  8. 2
      unpackage/cache/wgt/__UNI__1ECBEE1/app-view.js
  9. BIN
      unpackage/cache/wgt/__UNI__1ECBEE1/static/tongyonh/zww.png
  10. 20
      unpackage/dist/build/app-plus/app-service.js
  11. 2
      unpackage/dist/build/app-plus/app-view.js
  12. BIN
      unpackage/dist/build/app-plus/static/tongyonh/zww.png
  13. 6
      unpackage/dist/dev/app-plus/app-service.js
  14. BIN
      unpackage/release/apk/__UNI__1ECBEE1__20211116205740.apk

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

@ -271,7 +271,7 @@
this.showBottom=false; this.showBottom=false;
}, },
cancelFail() { cancelFail() {
this.$walletUtil.printCancel() this.printCancel()
this.fingerFail = false this.fingerFail = false
this.showBottom = true; this.showBottom = true;
this.showFinger = false; this.showFinger = false;
@ -279,11 +279,11 @@
cancel() { cancel() {
this.showFinger = false this.showFinger = false
this.showBottom=true; this.showBottom=true;
this.$walletUtil.printCancel() this.printCancel()
}, },
// //
goPassword() { goPassword() {
this.$walletUtil.printCancel(); this.printCancel();
console.log(111) console.log(111)
uni.navigateTo({ uni.navigateTo({
url: '/pages/menu/sendToken/enPassword/index' url: '/pages/menu/sendToken/enPassword/index'
@ -319,6 +319,7 @@
}, },
// //
Confirm() { Confirm() {
debugger
// //
if (this.transAmount == '') { if (this.transAmount == '') {
uni.showToast({ uni.showToast({
@ -344,7 +345,7 @@
}) })
return return
} }
if( this.transAmount>this.addressInfo.balance){ if( this.transAmount>this.coin.balance){
uni.showToast({ uni.showToast({
title: 'Sorry, your credit is running low', title: 'Sorry, your credit is running low',
icon: 'none', icon: 'none',
@ -356,7 +357,10 @@
this.show = true; this.show = true;
}, },
// //
printCancel(){
plus.fingerprint.cancel();
this.showFinger=false;
},
fingerprint: function(sett) { fingerprint: function(sett) {
let bltype = true; let bltype = true;
// #ifdef APP-PLUS // #ifdef APP-PLUS

30
pages/menu/setting/index.vue

@ -107,37 +107,32 @@
}; };
}, },
methods: { methods: {
//
cancel_hou(){ cancel_hou(){
this.hou_jia_w=false; this.hou_jia_w=false;
this.show=false; this.show=false;
this.checked=true; this.checked=true;
}, },
//
confirm_hou(){ confirm_hou(){
this.checked=false this.checked=false
this.hou_jia_w=false; this.hou_jia_w=false;
this.show=false; this.show=false;
uni.setStorageSync('fingerPass',false) uni.setStorageSync('fingerPass',false)
}, },
confirm() { //
setTimeout(() => {
// 3
this.show23 = false;
}, 3000)
},
cancel(){ cancel(){
this.showFinger=false; this.showFinger=false;
this.checked=false; this.checked=false;
this.show=false; this.show=false;
this.$walletUtil.printCancel(); this.printCancel();
},
cancelSucc(){
this.fingerSuccess=false
this.show=false;
}, },
cancelFail(){ //
this.fingerFail=false printCancel(){
this.show=false; plus.fingerprint.cancel();
this.showFinger=false
}, },
fingerPass(){ fingerPass(){
console.log(this.checked) console.log(this.checked)
// //
@ -145,18 +140,17 @@
console.log(111) console.log(111)
this.show=true; this.show=true;
this.showFinger=true; this.showFinger=true;
this.showModal()
this.fingerprint(true); this.fingerprint(true);
} }
// false使 // false使
if(!this.checked){ if(!this.checked){
this.hou_jia_w=true;
this.show=true this.show=true
} }
}, },
fingerprint: function(sett) { fingerprint: function() {
// //
// #ifdef APP-PLUS // #ifdef APP-PLUS
if (!plus.fingerprint.isSupport()) { if (!plus.fingerprint.isSupport()) {

7
pages/menu/wallet/index.vue

@ -131,11 +131,12 @@
// thar.$walletUtil.updateBalance(); // thar.$walletUtil.updateBalance();
// thar.updateData(); // thar.updateData();
// }, 100); // }, 100);
// thar.$walletUtil.updateBalance();
thar.$walletUtil.updateBalance();
console.log(thar.isStop,4444) console.log(thar.isStop,4444)
if (!thar.isStop) { if (!thar.isStop) {
// thar.updateData()
thar.updateData()
} }
}, 2000); }, 2000);

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/04f6f050-46c0-11ec-ada7-f5ba73494645 https://ide.dcloud.net.cn/build/download/c7f65dc0-46dc-11ec-92bd-3937c16654b8

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

BIN
unpackage/cache/wgt/__UNI__1ECBEE1/static/tongyonh/zww.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

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

BIN
unpackage/dist/build/app-plus/static/tongyonh/zww.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

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

File diff suppressed because one or more lines are too long

BIN
unpackage/release/apk/__UNI__1ECBEE1__20211116205740.apk

Binary file not shown.
Loading…
Cancel
Save