Dread 4 years ago
parent
commit
90043a93f7
  1. 6
      components/navigation/navigation.vue
  2. 4
      manifest.json
  3. 383
      pages.json
  4. 7
      pages/menu/backUp/backUp2/index.vue
  5. 8
      pages/menu/backUp/backUp3/index.vue
  6. 4
      pages/menu/backUp/backUp4/index.vue
  7. 10
      pages/menu/backUp/backUp5/index.vue
  8. 8
      pages/menu/backUp/backUpWord/index.vue
  9. 4
      pages/menu/backUp/index.css
  10. 10
      pages/menu/backUp/index.vue
  11. 5
      pages/menu/backUp/transPaw/index.css
  12. 19
      pages/menu/backUp/transPaw/index.vue
  13. 14
      pages/menu/backUp/transPawKey/index.vue
  14. 8
      pages/menu/backUp/transPawKeyOut/index.vue
  15. 8
      pages/menu/backUp/transPawMan/index.vue
  16. 4
      pages/menu/discover/index.vue
  17. 8
      pages/menu/profile/index.vue
  18. 49
      pages/menu/token/btc/index.css
  19. 42
      pages/menu/token/btc/index.vue
  20. 2
      pages/menu/wallet/add/index.css
  21. 9
      pages/menu/wallet/add/index.vue
  22. 18
      pages/menu/wallet/cwallet/index.css
  23. 46
      pages/menu/wallet/cwallet/index.vue
  24. 25
      pages/menu/wallet/index.vue
  25. 18
      pages/menu/wallet/mwallet/index.css
  26. 99
      pages/menu/wallet/mwallet/index.vue
  27. 2
      pages/menu/wallet/mwallet/manage/index.css
  28. 87
      pages/menu/wallet/mwallet/manage/index.vue
  29. 2
      pages/register/index.css
  30. 23
      pages/register/index.vue
  31. BIN
      static/tongyonh/ETH_icon.png
  32. BIN
      static/tongyonh/btc_icon.png
  33. BIN
      static/tongyonh/bye.png
  34. BIN
      static/tongyonh/tron1.png
  35. BIN
      static/tongyonh/tron_icon.png
  36. 4
      unpackage/dist/dev/app-plus/app-config-service.js
  37. 10311
      unpackage/dist/dev/app-plus/app-service.js
  38. 11237
      unpackage/dist/dev/app-plus/app-view.js
  39. 2
      unpackage/dist/dev/app-plus/manifest.json
  40. BIN
      unpackage/dist/dev/app-plus/static/tongyonh/ETH_icon.png
  41. BIN
      unpackage/dist/dev/app-plus/static/tongyonh/btc_icon.png
  42. BIN
      unpackage/dist/dev/app-plus/static/tongyonh/bye.png
  43. BIN
      unpackage/dist/dev/app-plus/static/tongyonh/tron1.png
  44. BIN
      unpackage/dist/dev/app-plus/static/tongyonh/tron_icon.png

6
components/navigation/navigation.vue

@ -1,5 +1,5 @@
<template> <template>
<view class="nav-head" :class="bgnum?'bgf':''"> <view class="nav-head">
<slot></slot> <slot></slot>
<slot name="bread"></slot> <slot name="bread"></slot>
<slot name="logo"></slot> <slot name="logo"></slot>
@ -83,7 +83,5 @@
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
} }
.bgf{
background-color: #FAFAFA !important;
}
</style> </style>

4
manifest.json

@ -81,6 +81,10 @@
"spotlight@3x" : "unpackage/res/icons/120x120.png" "spotlight@3x" : "unpackage/res/icons/120x120.png"
} }
} }
},
"splashscreen" : {
"androidStyle" : "default",
"iosStyle" : "default"
} }
} }
}, },

383
pages.json

@ -4,221 +4,306 @@
}, },
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{ {
"path": "pages/register/index", "path": "pages/register/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/menu/wallet/cwallet/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/menu/backUp/transPawKeyOut/index",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/menu/backUp/transPawKeyOut/index" "path": "pages/menu/backUp/transPawMan/index",
"style": {
}, "navigationStyle": "custom"
{ }
"path": "pages/menu/backUp/transPawMan/index"
}, },
{ {
"path": "pages/menu/backUp/backUpWord/index" "path": "pages/menu/backUp/backUpWord/index",
"style": {
}, "navigationStyle": "custom"
{ }
"path": "pages/menu/backUp/backUp5/index"
}, },
{ {
"path": "pages/menu/backUp/backUp4/index" "path": "pages/menu/backUp/backUp5/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/market/index" "path": "pages/menu/backUp/backUp4/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/backUp/transPaw/index" "path": "pages/menu/market/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/address/backUp/index" "path": "pages/menu/backUp/transPaw/index",
"style": {
"navigationStyle": "custom"
}
}, },
{
{ "path": "pages/menu/address/backUp/index",
"path": "pages/menu/backUp/backUp2/index" "style": {
"navigationStyle": "custom"
}
}, },
{
"path": "pages/menu/backUp/index" {
"path": "pages/menu/backUp/backUp2/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/backUp/backUp3/index" "path": "pages/menu/wallet/add/index",
"style": {
"navigationStyle": "custom"
}
}, },
{
{ "path": "pages/menu/backUp/index",
"path":"pages/menu/backUp/reSuccessful" "style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/wallet/add/index" "path": "pages/menu/backUp/backUp3/index",
"style": {
"navigationStyle": "custom"
}
}, },
{
"path": "pages/menu/wallet/cwallet/index" {
"path": "pages/menu/backUp/reSuccessful",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/wallet/mwallet/manage/index" "path": "pages/menu/wallet/mwallet/manage/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/sendToken/addAddress/index" "path": "pages/menu/sendToken/addAddress/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/profile/index" "path": "pages/menu/profile/index",
"style": {
}, "navigationStyle": "custom"
}
{
"path": "pages/menu/address/index"
}, },
{
"path": "pages/menu/sendToken/address/index" {
"path": "pages/menu/address/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/sendToken/transfer/index" "path": "pages/menu/sendToken/address/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/sendToken/enPassword/index" "path": "pages/menu/sendToken/transfer/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/menu/sendToken/enPassword/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/setting/index" "path": "pages/menu/setting/index",
"style": {
}, "navigationStyle": "custom"
{ }
"path": "pages/menu/wallet/mwallet/index"
}, },
{ {
"path": "pages/menu/transction/detail/index" "path": "pages/menu/wallet/mwallet/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/sendToken/index" "path": "pages/menu/transction/detail/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/address/addressMangement/index" "path": "pages/menu/sendToken/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/menu/address/addressMangement/index",
"style": {
"navigationStyle": "custom"
}
}, },
{
"path": "pages/menu/token/btc/index"
{
"path": "pages/menu/token/btc/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/wallet/index" "path": "pages/menu/wallet/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/load/index" "path": "pages/menu/load/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/discover/index" "path": "pages/menu/discover/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/address/showKey/index" "path": "pages/menu/address/showKey/index",
"style": {
"navigationStyle": "custom"
}
}, },
{
"path": "pages/menu/setting/payPassword/index" {
"path": "pages/menu/setting/payPassword/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/setting/addBtcNode/index" "path": "pages/menu/setting/addBtcNode/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/setting/btcNodeSetting/index" "path": "pages/menu/setting/btcNodeSetting/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/setting/nodeSetting/index" "path": "pages/menu/setting/nodeSetting/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/setting/currency/index" "path": "pages/menu/setting/currency/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/setting/lang/index" "path": "pages/menu/setting/lang/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/about/index" "path": "pages/menu/about/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/about/Privacy/index" "path": "pages/menu/about/Privacy/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/about/terms/index" "path": "pages/menu/about/terms/index",
"style": {
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/menu/address/improtKey/index" "path": "pages/menu/address/improtKey/index",
"style": {
"navigationStyle": "custom"
}
} }
], ],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fff", "navigationBarBackgroundColor": "#fff",
"style": { "style": {
"app-plus": { "app-plus": {
"titleNView": false "titleNView": false
} }
} }
} }
// "tabBar": { // "tabBar": {
// "selectedColor": "#34026B", // "selectedColor": "#34026B",
// "list": [{ // "list": [{

7
pages/menu/backUp/backUp2/index.vue

@ -62,13 +62,6 @@
}, },
onLoad(option) { onLoad(option) {
var walletInfo = new Object();
walletInfo =uni.getStorageSync('word')
if(walletInfo == ''){
uni.reLaunch({
url:'/pages/register/index'
})
}
if(JSON.stringify(option) != "{}"){ if(JSON.stringify(option) != "{}"){
const item = JSON.parse(option.item); const item = JSON.parse(option.item);
console.log(item,7777777) console.log(item,7777777)

8
pages/menu/backUp/backUp3/index.vue

@ -146,13 +146,7 @@
} }
}, },
onLoad() { onLoad() {
var walletInfo = new Object();
walletInfo =uni.getStorageSync('word')
if(walletInfo == ''){
uni.reLaunch({
url:'/pages/register/index'
})
}
this.getWrod() this.getWrod()
}, },
}; };

4
pages/menu/backUp/backUp4/index.vue

@ -97,7 +97,7 @@
confirm(){ confirm(){
if(this.wordInfo==''){ if(this.wordInfo==''){
uni.showToast({ uni.showToast({
title: 'The entered word cannot be empty', title: 'Cannot be empty',
icon: 'none', icon: 'none',
duration: 1500 duration: 1500
}) })
@ -221,7 +221,7 @@
} }
if(this.go){ if(this.go){
uni.showToast({ uni.showToast({
title: 'Import succeeded', title: 'successfully',
icon: 'success', icon: 'success',
duration: 1500 duration: 1500
}) })

10
pages/menu/backUp/backUp5/index.vue

@ -99,7 +99,7 @@
confirm(){ confirm(){
if(this.wordInfo==''){ if(this.wordInfo==''){
uni.showToast({ uni.showToast({
title: 'The entered word cannot be empty', title: 'Cannot be empty',
icon: 'none', icon: 'none',
duration: 1500 duration: 1500
}) })
@ -258,13 +258,7 @@
}, },
onLoad(item) { onLoad(item) {
var walletInfo = new Object();
walletInfo =uni.getStorageSync('word')
if(walletInfo == ''){
uni.reLaunch({
url:'/pages/register/index'
})
}
if(item!=''||item!=undefined){ if(item!=''||item!=undefined){
uni.setStorageSync('createWalletName',item.name) uni.setStorageSync('createWalletName',item.name)
} }

8
pages/menu/backUp/backUpWord/index.vue

@ -146,13 +146,7 @@
} }
}, },
onLoad() { onLoad() {
var walletInfo = new Object();
walletInfo =uni.getStorageSync('word')
if(walletInfo == ''){
uni.reLaunch({
url:'/pages/register/index'
})
}
this.getWrod() this.getWrod()
}, },
}; };

4
pages/menu/backUp/index.css

@ -34,6 +34,10 @@
transform: translateX(-50%); transform: translateX(-50%);
} }
/deep/ .u-checkbox__label{ /deep/ .u-checkbox__label{
}
.textname{
display: block;
width: 530rpx; width: 530rpx;
margin-bottom: 48rpx; margin-bottom: 48rpx;
color: #000; color: #000;

10
pages/menu/backUp/index.vue

@ -23,7 +23,7 @@
:wrap="true" :wrap="true"
active-color="#5B53FF" active-color="#5B53FF"
:disabled="item.disabled" :disabled="item.disabled"
>{{item.name}}</u-checkbox> ><text class="textname">{{item.name}}</text></u-checkbox>
</u-checkbox-group> </u-checkbox-group>
<u-button class="custom-style" @click="test" :class="inde?'sheng':''">Start backup</u-button> <u-button class="custom-style" @click="test" :class="inde?'sheng':''">Start backup</u-button>
</view> </view>
@ -88,13 +88,7 @@
} }
}, },
onLoad(item){ onLoad(item){
var walletInfo = new Object();
walletInfo =uni.getStorageSync('word')
if(walletInfo == ''){
uni.reLaunch({
url:'/pages/register/index'
})
}
if(item!=''||item!=undefined){ if(item!=''||item!=undefined){
var word=this.$Token.creatingWallets(); var word=this.$Token.creatingWallets();
var word2=word.mnemonic var word2=word.mnemonic

5
pages/menu/backUp/transPaw/index.css

@ -1,5 +1,4 @@
.main{ .main{
padding: 0 48rpx;
margin-top: 64rpx; margin-top: 64rpx;
} }
.main .title{ .main .title{
@ -130,9 +129,7 @@ margin-top: 65rpx;
} }
/deep/ .u-char-item[data-v-0e1e7f9a] {
margin: 10rpx 6rpx;
}
/* /deep/ .u-box[data-v-0e1e7f9a] { /* /deep/ .u-box[data-v-0e1e7f9a] {
border: 2rpx solid #E0E5F2 !important; border: 2rpx solid #E0E5F2 !important;

19
pages/menu/backUp/transPaw/index.vue

@ -81,10 +81,11 @@
btc.mnemonic=mnemonic; btc.mnemonic=mnemonic;
btc.password=e; btc.password=e;
btc.coinList=[{ btc.coinList=[{
name:"BTC", name:"BTC",
xname:'Bitcoin', xname:'Bitcoin',
icon:"@/static/tongyonh/bye.png" icon:require('@/static/tongyonh/bye.png')
}]; }];
console.log(this.$store.state.btci,555566565) console.log(this.$store.state.btci,555566565)
this.$store.commit('addBtci',1) this.$store.commit('addBtci',1)
@ -99,7 +100,7 @@
return; return;
}else{ }else{
uni.showToast({ uni.showToast({
title: 'Password set successfully', title: 'successfully',
icon: 'success', icon: 'success',
duration: 1500, duration: 1500,
}) })
@ -133,7 +134,7 @@
eth.coinList=[{ eth.coinList=[{
name:"ETH", name:"ETH",
xname:'Ethereum', xname:'Ethereum',
icon:"@/static/tongyonh/Frame3299.png" icon:require('@/static/tongyonh/Frame3299.png')
}]; }];
console.log(this.$store.state.ethi,555566565) console.log(this.$store.state.ethi,555566565)
this.$store.commit('addEthi',1) this.$store.commit('addEthi',1)
@ -149,7 +150,7 @@
return; return;
}else{ }else{
uni.showToast({ uni.showToast({
title: 'Password set successfully', title: 'successfully',
icon: 'success', icon: 'success',
duration: 1500, duration: 1500,
}) })
@ -172,7 +173,7 @@
tron.coinList=[{ tron.coinList=[{
name:"TRX", name:"TRX",
xname:'TRON', xname:'TRON',
icon:"@/static/tongyonh/tron1.png" icon:require('@/static/tongyonh/tron1.png')
}]; }];
console.log(this.$store.state.troni,555566565) console.log(this.$store.state.troni,555566565)
@ -249,13 +250,7 @@
}, },
}, },
onLoad() { onLoad() {
var walletInfo = new Object();
walletInfo =uni.getStorageSync('word')
if(walletInfo == ''){
uni.reLaunch({
url:'/pages/register/index'
})
}
} }
}; };
</script> </script>

14
pages/menu/backUp/transPawKey/index.vue

@ -54,13 +54,7 @@
}, },
onLoad() { onLoad() {
var walletInfo = new Object();
walletInfo =uni.getStorageSync('word')
if(walletInfo == ''){
uni.reLaunch({
url:'/pages/register/index'
})
}
} }
methods: { methods: {
@ -91,7 +85,7 @@
btc.coinList=[{ btc.coinList=[{
name:"BTC", name:"BTC",
xname:'Bitcoin', xname:'Bitcoin',
icon:"@/static/tongyonh/bye.png" icon:require('@/static/tongyonh/bye.png')
}]; }];
console.log(this.$store.state.btci,555566565) console.log(this.$store.state.btci,555566565)
this.$store.commit('addBtci',1) this.$store.commit('addBtci',1)
@ -129,7 +123,7 @@
eth.coinList=[{ eth.coinList=[{
name:"ETH", name:"ETH",
xname:'Ethereum', xname:'Ethereum',
icon:"@/static/tongyonh/Frame3299.png" icon:require('@/static/tongyonh/Frame3299.png')
}]; }];
console.log(this.$store.state.ethi,555566565) console.log(this.$store.state.ethi,555566565)
this.$store.commit('addEthi',1) this.$store.commit('addEthi',1)
@ -166,7 +160,7 @@
tron.coinList=[{ tron.coinList=[{
name:"TRX", name:"TRX",
xname:'TRON', xname:'TRON',
icon:"@/static/tongyonh/tron1.png" icon:require('@/static/tongyonh/tron1.png')
}]; }];
console.log(this.$store.state.troni,555566565) console.log(this.$store.state.troni,555566565)

8
pages/menu/backUp/transPawKeyOut/index.vue

@ -80,13 +80,7 @@
}, },
}, },
onLoad: function(option) { onLoad: function(option) {
var walletInfo = new Object();
walletInfo =uni.getStorageSync('word')
if(walletInfo == ''){
uni.reLaunch({
url:'/pages/register/index'
})
}
const item = JSON.parse(option.item); const item = JSON.parse(option.item);
console.log(item,777) console.log(item,777)
this.userObj = item this.userObj = item

8
pages/menu/backUp/transPawMan/index.vue

@ -80,13 +80,7 @@
}, },
}, },
onLoad: function(option) { onLoad: function(option) {
var walletInfo = new Object();
walletInfo =uni.getStorageSync('word')
if(walletInfo == ''){
uni.reLaunch({
url:'/pages/register/index'
})
}
const item = JSON.parse(option.item); const item = JSON.parse(option.item);
console.log(item,777) console.log(item,777)
this.userObj = item this.userObj = item

4
pages/menu/discover/index.vue

@ -53,7 +53,7 @@
</view> </view>
</view> </view>
<view class="view_con"> <view class="view_con" v-if="false">
<view class="bg"> <view class="bg">
<image src="../../../static/tongyonh/Ellipse46.png" mode="aspectFit" class="img1"></image> <image src="../../../static/tongyonh/Ellipse46.png" mode="aspectFit" class="img1"></image>
</view> </view>
@ -108,7 +108,7 @@
disabled: false disabled: false
}, },
], ],
show: true, show: false,
value: '', value: '',
type: 'text', type: 'text',
border: true, border: true,

8
pages/menu/profile/index.vue

@ -92,13 +92,7 @@
}, },
onLoad() { onLoad() {
var walletInfo = new Object();
walletInfo =uni.getStorageSync('walletInfo')
if(walletInfo == ''){
uni.reLaunch({
url:'/pages/register/index'
})
}
} }
}; };
</script> </script>

49
pages/menu/token/btc/index.css

@ -9,11 +9,14 @@
} }
.main .money_con{ .main .money_con{
width:100%; display: block;
width:95%;
margin: 0 auto;
margin-top: 50rpx;
margin-bottom: 50rpx;
height: 320rpx; height: 320rpx;
background-image: linear-gradient(to right, #FF820C , #FFB606); background-image: linear-gradient(to right, #FF820C , #FFB606);
padding: 40rpx 50rpx; padding: 40rpx 50rpx;
margin: 50rpx 0;
border-radius: 24rpx; border-radius: 24rpx;
} }
.textcon1{ .textcon1{
@ -50,7 +53,7 @@
} }
.select_con{ .select_con{
width: 100%; width: 100%;
padding-bottom: 100rpx;
} }
.select_con .select{ .select_con .select{
margin: 0 12px; margin: 0 12px;
@ -108,9 +111,7 @@
.btnconn{ .btnconn{
background-color: #fff; background-color: #fff;
padding: 24rpx 24rpx; padding: 24rpx 24rpx;
position: fixed;
width: 100%; width: 100%;
bottom: 30rpx;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }
@ -125,6 +126,7 @@
color:#5B53FF; color:#5B53FF;
justify-content: center; justify-content: center;
font-size: 34rpx; font-size: 34rpx;
position: relative;
} }
.active{ .active{
color: #fff !important; color: #fff !important;
@ -134,4 +136,41 @@
width: 48rpx; width: 48rpx;
height: 48rpx; height: 48rpx;
}
.arrow-up-left{
width: 48rpx;
height: 48rpx;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 68rpx;
}
.btn13{
margin-left: 40rpx;
}
.main .money_con{
margin-top: 32rpx;
background-image: linear-gradient(to right, #6441CF , #877BFE);
height: 320rpx;
padding: 40rpx 36rpx;
position: relative;
border-radius: 24rpx;
}
.main .money_con2{
margin-top: 32rpx;
background-image: linear-gradient(to right, #FF820C , #FFB606);
height: 320rpx;
padding: 40rpx 36rpx;
position: relative;
border-radius: 24rpx;
}
.main .money_con3{
margin-top: 32rpx;
background-image: linear-gradient(to right, #B6162A , #F96D7D);
height: 320rpx;
padding: 40rpx 36rpx;
position: relative;
border-radius: 24rpx;
} }

42
pages/menu/token/btc/index.vue

@ -1,19 +1,35 @@
<template> <template>
<view class=""> <view class="">
<navigation :showBack="true" :bgnum="true"> <navigation :showBack="true" :bgnum="true">
<image src="../../../../static/tongyonh/account_circle_24px.png" mode="aspectFit" class="renYou" slot="logo"></image> <image @click="goPro()" src="../../../../static/tongyonh/account_circle_24px.png" mode="aspectFit" class="renYou" slot="logo"></image>
<text class="big_title"> <text class="big_title" v-if="userObject.coinList[0].xname=='Bitcoin'">
BTC BTC
</text> </text>
<text class="big_title" v-if="userObject.coinList[0].xname=='Ethereum'">
ETH
</text>
<text class="big_title" v-if="userObject.coinList[0].xname=='TRON'">
TRX
</text>
</navigation> </navigation>
<view class="main"> <view class="main">
<view class="money_con"> <view class="money_con" :class="{'money_con': userObject.coinList[0].xname=='Ethereum', 'money_con2': userObject.coinList[0].xname=='Bitcoin', 'money_con3': userObject.coinList[0].xname=='TRON'}">
<view class="textcon1"> <view class="textcon1">
<text class="text1"> <text class="text1">
0.521 BTC <br> <view class="" v-if="userObject.coinList[0].xname=='Bitcoin'">
0.00 BTC
</view>
<view class="" v-if="userObject.coinList[0].xname=='Ethereum'">
0.00 ETH
</view>
<view class="" v-if="userObject.coinList[0].xname=='TRON'">
0.00 TRX
</view>
<text class="text2"> $25.521.00</text> <text class="text2"> $25.521.00</text>
</text> </text>
<image src="../../../../static/tongyonh/Frame28.png" mode="aspectFill" class="img1"></image> <image src="../../../../static/tongyonh/ethereum.png" mode="aspectFit" class="img1" v-if="userObject.coinList[0].xname=='Ethereum'"></image>
<image src="../../../../static/tongyonh/Frame28.png" mode="aspectFit" class="img1" v-if="userObject.coinList[0].xname=='Bitcoin'"></image>
<image src="../../../../static/tongyonh/tronicon.png" mode="aspectFit" class="img1" v-if="userObject.coinList[0].xname=='TRON'"></image>
</view> </view>
<view class="textcon1"> <view class="textcon1">
<view class="v1"> <view class="v1">
@ -107,10 +123,12 @@
<view class="btnconn"> <view class="btnconn">
<view class="btn active"> <view class="btn active">
<image src="../../../../static/tongyonh/arrow-up-leftw.png" mode="aspectFit" class="arrow-up-left"></image>
Send Send
</view> </view>
<view class="btn"> <view class="btn">
Receive <image src="../../../../static/tongyonh/arrow-up-leftp.png" mode="aspectFit" class="arrow-up-left"></image>
<text class="btn13">Receive</text>
</view> </view>
</view> </view>
</view> </view>
@ -122,6 +140,7 @@
export default { export default {
data() { data() {
return { return {
userObject:{},
list: [{ list: [{
name: 'All' name: 'All'
}, { }, {
@ -133,9 +152,18 @@
} }
}, },
methods: { methods: {
goPro(){
uni.navigateTo({
url:'/pages/menu/profile/index'
})
},
change(index) { change(index) {
this.current = index; this.current = index;
} },
},
onLoad(option) {
const item = JSON.parse(option.item);
this.userObject=item
} }
}; };
</script> </script>

2
pages/menu/wallet/add/index.css

@ -110,7 +110,7 @@
.bot_con .item:first-child{ .bot_con .item:first-child{
border-top: none; border-top: none;
} }
.bottom_con[data-v-5c3d5756] { .bottom_con{
position: absolute; position: absolute;
bottom: -90rpx; bottom: -90rpx;
background-color: #F8F8F9; background-color: #F8F8F9;

9
pages/menu/wallet/add/index.vue

@ -30,7 +30,7 @@
</view> </view>
</view> </view>
<u-mask :show="show" z-index="10"></u-mask> <u-mask :show="show" z-index="5"></u-mask>
<view class="bottom_con" v-if="show"> <view class="bottom_con" v-if="show">
<image src="../../../../static/tongyonh/xg.png" mode="aspectFit" class="xg" @click="show = false"></image> <image src="../../../../static/tongyonh/xg.png" mode="aspectFit" class="xg" @click="show = false"></image>
<view class="tiao"></view> <view class="tiao"></view>
@ -104,13 +104,6 @@
} }
}, },
onLoad(item) { onLoad(item) {
var walletInfo = new Object();
walletInfo =uni.getStorageSync('walletInfo')
if(walletInfo == ''){
uni.reLaunch({
url:'/pages/register/index'
})
}
this.setStorage(); this.setStorage();
}, },
}; };

18
pages/menu/wallet/cwallet/index.css

@ -70,6 +70,24 @@
left: 0; left: 0;
top: 0; top: 0;
} }
.ethh{
position: absolute;
top: 152px !important;
left: 0;
}
.btch{
position: absolute;
top: 76px !important;
left: 0;
}
.trxh{
position: absolute;
top: 228px !important;
left: 0;
}
.bot_con .title{ .bot_con .title{
color: #A3AED0; color: #A3AED0;
font-size: 32rpx; font-size: 32rpx;

46
pages/menu/wallet/cwallet/index.vue

@ -8,16 +8,16 @@
</navigation> </navigation>
<view class="main flexx"> <view class="main flexx">
<view class="imgcon"> <view class="imgcon">
<image @click="getHeight('one')" id="one" src="../../../../static/tongyonh/filter-left.png" mode="aspectFit" class="letConimg"></image> <image @click="getHeight('one')" ref="one" src="../../../../static/tongyonh/filter-left.png" mode="aspectFit" class="letConimg"></image>
<image @click="getHeight('btc')" id="btc" src="../../../../static/tongyonh/bye.png" mode="aspectFit" class="letConimg"></image> <image @click="getHeight('btc')" ref="btc" src="../../../../static/tongyonh/bye.png" mode="aspectFit" class="letConimg"></image>
<image @click="getHeight('eth')" id="eth" src="../../../../static/tongyonh/Frame3299.png" mode="aspectFit" class="letConimg"></image> <image @click="getHeight('eth')" ref="eth" src="../../../../static/tongyonh/Frame3299.png" mode="aspectFit" class="letConimg"></image>
<image @click="getHeight('trx')" id="trx" src="../../../../static/tongyonh/tron1.png" mode="aspectFit" class="letConimg"></image> <image @click="getHeight('trx')" ref="trx" src="../../../../static/tongyonh/tron1.png" mode="aspectFit" class="letConimg"></image>
</view> </view>
<view class="bot_con"> <view class="bot_con">
<view class="tiao" id="tiao"> <view class="tiao" ref="tiao" :class="{'ethh': type=='eth','btch': type=='btc','trxh': type=='trx'}">
<!-- --> <!-- -->
</view> </view>
<view class="item flexx" @click="gou(item,index)" v-for="item,index in walletInfoBTC" v-if="type=='btc' || typeBoll==false"> <view class="item flexx" @click="gou(item,index)" v-for="item,index in walletInfoBTC" v-if="type=='btc' || typeBoll==false">
@ -147,30 +147,34 @@
goMwallet(){ goMwallet(){
uni.navigateTo({ url:'../mwallet/index' }) }, uni.navigateTo({ url:'../mwallet/index' }) },
getHeight(type){ getHeight(type){
console.log(111)
if(type=='one'){ if(type=='one'){
var a=document.getElementById('one').offsetTop; this.type='none'
var b=a-57;
document.getElementById('tiao').style.top=b+"px";
this.typeBoll=false; this.typeBoll=false;
} }
if(type=='eth'){ if(type=='eth'){
var a=document.getElementById('eth').offsetTop; // var a=this.$refs.eth.$el.offsetTop;
var b=a-57; // var b=a-57;
document.getElementById('tiao').style.top=b+"px"; // console.log(b,77777777)
// this.$refs.tiao.$el.style.top=b+"px";
this.type='eth' this.type='eth'
this.typeBoll=true; this.typeBoll=true;
} }
if(type=='btc'){ if(type=='btc'){
var a=document.getElementById('btc').offsetTop; // var a=this.$refs.btc.$el.offsetTop;
var b=a-57; // var b=a-57;
document.getElementById('tiao').style.top=b+"px"; // console.log(b,77777777)
// this.$refs.tiao.$el.style.top=b+"px";
this.type='btc' this.type='btc'
this.typeBoll=true; this.typeBoll=true;
} }
if(type=='trx'){ if(type=='trx'){
var a=document.getElementById('trx').offsetTop; // console.log(this.$refs.trx.offsetTop,1111)
var b=a-57; // var a=this.$refs.trx.$el.offsetTop;
document.getElementById('tiao').style.top=b+"px"; // var b=a-57;
// console.log(b,77777777)
// this.$refs.tiao.$el.style.top=b+"px";
this.type='trx' this.type='trx'
this.typeBoll=true; this.typeBoll=true;
} }
@ -211,13 +215,7 @@
}, },
onLoad() { onLoad() {
var walletInfo = new Object();
walletInfo =uni.getStorageSync('walletInfo')
if(walletInfo == ''){
uni.reLaunch({
url:'/pages/register/index'
})
}
this.getStorage() this.getStorage()
this.setStorage() this.setStorage()

25
pages/menu/wallet/index.vue

@ -10,10 +10,10 @@
</text> </text>
</navigation> </navigation>
<view class="main"> <view class="main">
<view :class="{'money_con': userObj.coinList[0].name=='ETH', 'money_con2': userObj.coinList[0].name=='BTC', 'money_con3': userObj.coinList[0].name=='TRX'}"> <view :class="{'money_con': userObj.coinList[0].xname=='Ethereum', 'money_con2': userObj.coinList[0].xname=='Bitcoin', 'money_con3': userObj.coinList[0].xname=='TRON'}">
<image src="../../../static/tongyonh/ethereum.png" mode="aspectFit" class="imgicon" v-if="userObj.coinList[0].name=='ETH'"></image> <image src="../../../static/tongyonh/ethereum.png" mode="aspectFit" class="imgicon" v-if="userObj.coinList[0].xname=='Ethereum'"></image>
<image src="../../../static/tongyonh/Frame28.png" mode="aspectFit" class="imgicon" v-if="userObj.coinList[0].name=='BTC'"></image> <image src="../../../static/tongyonh/Frame28.png" mode="aspectFit" class="imgicon" v-if="userObj.coinList[0].xname=='Bitcoin'"></image>
<image src="../../../static/tongyonh/tronicon.png" mode="aspectFit" class="imgicon" v-if="userObj.coinList[0].name=='TRX'"></image> <image src="../../../static/tongyonh/tronicon.png" mode="aspectFit" class="imgicon" v-if="userObj.coinList[0].xname=='TRON'"></image>
<view class="textcon1 flex"> <view class="textcon1 flex">
<text class="text">{{this.userObj.coinList[0].name}}</text> <text class="text">{{this.userObj.coinList[0].name}}</text>
<image src="../../../static/tongyonh/visibility_24px.png" mode="aspectFit" class="img1" @click="showMoney()" v-if="showMoney1"></image> <image src="../../../static/tongyonh/visibility_24px.png" mode="aspectFit" class="img1" @click="showMoney()" v-if="showMoney1"></image>
@ -80,14 +80,6 @@
} }
}, },
onLoad() { onLoad() {
var walletInfo = new Object();
walletInfo =uni.getStorageSync('walletInfo')
if(walletInfo == ''){
uni.reLaunch({
url:'/pages/register/index'
})
}
this.setStorage(); this.setStorage();
var a=uni.getStorageSync('wallet') var a=uni.getStorageSync('wallet')
console.log(a) console.log(a)
@ -113,9 +105,12 @@
console.log(this.walletInfo.BTC[0]) console.log(this.walletInfo.BTC[0])
}, },
goTrans() { goTrans() {
uni.navigateTo({ console.log(777777)
url: '/pages/menu/token/btc/index' let item = JSON.stringify(this.userObj)
}) console.log(item,777777)
uni.navigateTo({
url:'/pages/menu/token/btc/index?item='+item
})
}, },
// //
chooseImage() { chooseImage() {

18
pages/menu/wallet/mwallet/index.css

@ -171,4 +171,22 @@
height: 10rpx; height: 10rpx;
margin-left: 32rpx; margin-left: 32rpx;
margin-bottom: 26rpx; margin-bottom: 26rpx;
}
.ethh{
position: absolute;
top: 152px !important;
left: 0;
}
.btch{
position: absolute;
top: 76px !important;
left: 0;
}
.trxh{
position: absolute;
top: 228px !important;
left: 0;
} }

99
pages/menu/wallet/mwallet/index.vue

@ -4,22 +4,22 @@
<text class="big_title"> <text class="big_title">
Manage wallet Manage wallet
</text> </text>
<text class="renYou" @click="goMwallet">Add to</text> <text class="renYou" @click="goMwallett()">Add to</text>
</navigation> </navigation>
<view class="main flexx"> <view class="main flexx">
<view class="imgcon"> <view class="imgcon">
<image @click="getHeight('one')" id="one" src="../../../../static/tongyonh/filter-left.png" mode="aspectFit" class="letConimg"></image> <image @click="getHeight('one')" ref="one" src="../../../../static/tongyonh/filter-left.png" mode="aspectFit" class="letConimg"></image>
<image @click="getHeight('btc')" id="btc" src="../../../../static/tongyonh/bye.png" mode="aspectFit" class="letConimg"></image> <image @click="getHeight('btc')" ref="btc" src="../../../../static/tongyonh/bye.png" mode="aspectFit" class="letConimg"></image>
<image @click="getHeight('eth')" id="eth" src="../../../../static/tongyonh/Frame3299.png" mode="aspectFit" class="letConimg"></image> <image @click="getHeight('eth')" ref="eth" src="../../../../static/tongyonh/Frame3299.png" mode="aspectFit" class="letConimg"></image>
<image @click="getHeight('trx')" id="trx" src="../../../../static/tongyonh/tron1.png" mode="aspectFit" class="letConimg"></image> <image @click="getHeight('trx')" ref="trx" src="../../../../static/tongyonh/tron1.png" mode="aspectFit" class="letConimg"></image>
</view> </view>
<view class="bot_con"> <view class="bot_con">
<view class="tiao" id="tiao"> <view class="tiao" ref="tiao" :class="{'ethh': type=='eth','btch': type=='btc','trxh': type=='trx'}">
<!-- --> <!-- -->
</view> </view>
<view class="item flexx" v-for="item,index in walletInfoBTC" v-if="type=='btc' || typeBoll==false"> <view class="item flexx" v-for="item,index in walletInfoBTC" v-if="type=='btc' || typeBoll==false">
<view class="left flex"> <view class="left flex">
<image src="../../../../static/tongyonh/btc_icon.png" mode="aspectFit" class="img1"></image> <image src="../../../../static/tongyonh/btc_icon.png" mode="aspectFit" class="img1"></image>
@ -33,7 +33,7 @@
</view> </view>
</view> </view>
<view class="rig"> <view class="rig">
<image src="../../../../static/tongyonh/ellipsis.png" mode="aspectFit" class="img1" @click="goManager(item)"></image> <image src="../../../../static/tongyonh/ellipsis.png" mode="aspectFit" class="img1" @click="goManager(item,index)"></image>
0.00 0.00
</view> </view>
</view> </view>
@ -51,7 +51,7 @@
</view> </view>
</view> </view>
<view class="rig"> <view class="rig">
<image src="../../../../static/tongyonh/ellipsis.png" mode="aspectFit" class="img1" @click="goManager(item)"></image> <image src="../../../../static/tongyonh/ellipsis.png" mode="aspectFit" class="img1" @click="goManager(item,index)"></image>
0.00 0.00
</view> </view>
@ -71,7 +71,7 @@
</view> </view>
</view> </view>
<view class="rig"> <view class="rig">
<image src="../../../../static/tongyonh/ellipsis.png" mode="aspectFit" class="img1" @click="goManager(item)"></image> <image src="../../../../static/tongyonh/ellipsis.png" mode="aspectFit" class="img1" @click="goManager(item,index)"></image>
0.00 0.00
</view> </view>
</view> </view>
@ -101,40 +101,46 @@
} }
}, },
methods: { methods: {
getHeight(type){ goMwallett(){
if(type=='one'){ console.log(1111)
var a=document.getElementById('one').offsetTop;
var b=a-57;
document.getElementById('tiao').style.top=b+"px";
this.typeBoll=false;
}
if(type=='eth'){
var a=document.getElementById('eth').offsetTop;
var b=a-57;
document.getElementById('tiao').style.top=b+"px";
this.type='eth'
this.typeBoll=true;
}
if(type=='btc'){
var a=document.getElementById('btc').offsetTop;
var b=a-57;
document.getElementById('tiao').style.top=b+"px";
this.type='btc'
this.typeBoll=true;
}
if(type=='trx'){
var a=document.getElementById('trx').offsetTop;
var b=a-57;
document.getElementById('tiao').style.top=b+"px";
this.type='trx'
this.typeBoll=true;
}
},
goMwallet(){
uni.navigateTo({ uni.navigateTo({
url:'../add/index' url:'../add/index'
}) })
}, },
getHeight(type){
console.log(111)
if(type=='one'){
this.type='none'
this.typeBoll=false;
}
if(type=='eth'){
// var a=this.$refs.eth.$el.offsetTop;
// var b=a-57;
// console.log(b,77777777)
// this.$refs.tiao.$el.style.top=b+"px";
this.type='eth'
this.typeBoll=true;
}
if(type=='btc'){
// var a=this.$refs.btc.$el.offsetTop;
// var b=a-57;
// console.log(b,77777777)
// this.$refs.tiao.$el.style.top=b+"px";
this.type='btc'
this.typeBoll=true;
}
if(type=='trx'){
// console.log(this.$refs.trx.offsetTop,1111)
// var a=this.$refs.trx.$el.offsetTop;
// var b=a-57;
// console.log(b,77777777)
// this.$refs.tiao.$el.style.top=b+"px";
this.type='trx'
this.typeBoll=true;
}
},
setStorage() { setStorage() {
// this.walletInfo.walletPassword = this.$store.state.noBackupWalletInfo.walletPassword // this.walletInfo.walletPassword = this.$store.state.noBackupWalletInfo.walletPassword
this.walletInfo = uni.getStorageSync('walletInfo'); this.walletInfo = uni.getStorageSync('walletInfo');
@ -152,8 +158,8 @@
} }
console.log(this.walletInfo,111111) console.log(this.walletInfo,111111)
}, },
goManager(itemm){ goManager(itemm,index){
console.log(itemm) uni.setStorageSync('nameIndex',index)
let item = JSON.stringify(itemm) let item = JSON.stringify(itemm)
uni.navigateTo({ uni.navigateTo({
url:'../../../menu/wallet/mwallet/manage/index?item='+item url:'../../../menu/wallet/mwallet/manage/index?item='+item
@ -164,13 +170,6 @@
}, },
onLoad() { onLoad() {
var walletInfo = new Object();
walletInfo =uni.getStorageSync('walletInfo')
if(walletInfo == ''){
uni.reLaunch({
url:'/pages/register/index'
})
}
this.setStorage() this.setStorage()
} }
}; };

2
pages/menu/wallet/mwallet/manage/index.css

@ -56,7 +56,7 @@ word-break: break-word;
padding-right: 24rpx; padding-right: 24rpx;
border-radius: 20rpx; border-radius: 20rpx;
position: absolute; position: absolute;
top: 80%; top: 50%;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
z-index: 9999; z-index: 9999;

87
pages/menu/wallet/mwallet/manage/index.vue

@ -21,20 +21,20 @@
Name Name
</view> </view>
<view class="address" > <view class="address" >
Initial address Set name
<image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" class="img1"></image> <image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" class="img1"></image>
</view> </view>
</view> </view>
<view class="name flex"> <view class="name flex" @click="goTrans()" v-if="itemMnemonic">
<view class="text1" @click="goTrans()" v-if="itemMnemonic"> <view class="text1">
Backup mnemonic Backup mnemonic
</view> </view>
<view class="address"> <view class="address">
<image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" class="img1"></image> <image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" class="img1"></image>
</view> </view>
</view> </view>
<view class="name flex"> <view class="name flex" @click="goKey()">
<view class="text1" @click="goKey()"> <view class="text1">
Backup private key Backup private key
</view> </view>
<view class="address"> <view class="address">
@ -46,14 +46,14 @@
<view class="showAddress" v-if="showAddress"> <view class="showAddress" v-if="showAddress">
<image src="../../../../../static/tongyonh/xg.png" mode="aspectFit" class="img1" @click="showAddress=false"></image> <image src="../../../../../static/tongyonh/xg.png" mode="aspectFit" class="img1" @click="showAddress=false"></image>
<view class="title"> <view class="title">
New address New wallet name
</view> </view>
<u-input placeholder="Please enter address information" border-color="#E9EDF7" v-model="value" :type="type" :border="border" /> <u-input placeholder="Please enter wallet name" border-color="#E9EDF7" v-model="value" :type="type" :border="border" />
<view class="btnconn"> <view class="btnconn">
<view class="btn" @click="showAddress=false"> <view class="btn" @click="showAddress=false">
Cancel Cancel
</view> </view>
<view class="btn active"> <view class="btn active" @click="setName()">
Confirm Confirm
</view> </view>
</view> </view>
@ -81,7 +81,7 @@
export default { export default {
data() { data() {
return { return {
value: '', value: '',
type: 'text', type: 'text',
border: true, border: true,
height: 90, height: 90,
@ -89,9 +89,69 @@
showAddress:false, showAddress:false,
userObj:{}, userObj:{},
itemMnemonic:true, itemMnemonic:true,
walletInfo:{},
nameIndex:-1,
} }
}, },
methods: { methods: {
setName(){
if(this.value==''){
uni.showToast({
title: 'Name cannot be empty',
icon: 'none',
duration: 1500
})
}
this.walletInfo=uni.getStorageSync('walletInfo');
console.log(this.userObj.coinList[0].xname)
if(this.userObj.coinList[0].xname=='Bitcoin'){
this.walletInfo.BTC[this.nameIndex].coinList[0].name=this.value;
uni.setStorageSync('walletInfo',this.walletInfo)
uni.showToast({
title: 'Successfully',
icon: 'success',
duration: 1500
})
this.showAddress=false;
setTimeout(()=>{
uni.reLaunch({
url:'../../mwallet/index'
})
},1500)
}
if(this.userObj.coinList[0].xname=='Ethereum'){
this.walletInfo.ETH[this.nameIndex].coinList[0].name=this.value;
uni.setStorageSync('walletInfo',this.walletInfo)
uni.showToast({
title: 'Successfully',
icon: 'success',
duration: 1500
})
this.showAddress=false;
setTimeout(()=>{
uni.reLaunch({
url:'../../mwallet/index'
})
},1500)
}
if(this.userObj.coinList[0].xname=='TRON'){
this.walletInfo.TRON[this.nameIndex].coinList[0].name=this.value;
uni.setStorageSync('walletInfo',this.walletInfo)
uni.showToast({
title: 'Successfully',
icon: 'success',
duration: 1500
})
this.showAddress=false;
setTimeout(()=>{
uni.reLaunch({
url:'../../mwallet/index'
})
},1500)
}
},
goTrans(){ goTrans(){
console.log(this.userObj,444) console.log(this.userObj,444)
let item = JSON.stringify(this.userObj) let item = JSON.stringify(this.userObj)
@ -110,14 +170,7 @@
}, },
}, },
onLoad: function(option) { onLoad: function(option) {
var walletInfo = new Object(); this.nameIndex=uni.getStorageSync('nameIndex')
walletInfo =uni.getStorageSync('walletInfo')
if(walletInfo == ''){
uni.reLaunch({
url:'/pages/register/index'
})
}
// decodeURIComponent
const item = JSON.parse(option.item); const item = JSON.parse(option.item);
console.log(item) console.log(item)
this.userObj = item this.userObj = item

2
pages/register/index.css

@ -56,9 +56,9 @@
} }
.reg .item{ .reg .item{
padding: 50rpx 0;
padding-left: 26rpx; padding-left: 26rpx;
padding-right: 48rpx; padding-right: 48rpx;
height: 180rpx;
} }
.border{ .border{

23
pages/register/index.vue

@ -39,11 +39,13 @@
<view class="reg_con"> <view class="reg_con">
<view class="reg"> <view class="reg">
<view class="border"> <view class="border">
<view class="item flex"> <view class="item flex" @click="createWallet">
<view class="left flex"> <view class="left flex">
<image src="../../static/tongyonh/create_wallet.png" mode="aspectFit" class="letimg"></image> <image src="../../static/tongyonh/create_wallet.png" mode="aspectFit" class="letimg"></image>
<view class="textcon"> <view class="textcon">
<view class="text1" @click="createWallet"> <view class="text1" >
Create a wallet Create a wallet
</view> </view>
<view class="text2"> <view class="text2">
@ -52,14 +54,15 @@
</view> </view>
</view> </view>
<image src="../../static/tongyonh/chevron_right_24px.png" class="rigimg" mode="aspectFit"></image> <image src="../../static/tongyonh/chevron_right_24px.png" class="rigimg" mode="aspectFit"></image>
</view> </view>
</view> </view>
<view class="item flex"> <view class="item flex" @click="loginWallet">
<view class="left flex"> <view class="left flex">
<image src="../../static/tongyonh/login_wallet.png" mode="aspectFit" class="letimg"></image> <image src="../../static/tongyonh/login_wallet.png" mode="aspectFit" class="letimg"></image>
<view class="textcon"> <view class="textcon">
<view class="text1" @click="loginWallet"> <view class="text1" >
Login to wallet Login to wallet
</view> </view>
<view class="text2"> <view class="text2">
@ -141,6 +144,7 @@
this.inde++ this.inde++
}, },
createWallet(){ createWallet(){
if(this.list2.checked!=true){ if(this.list2.checked!=true){
uni.showToast({ uni.showToast({
title: 'Please check the terms of service', title: 'Please check the terms of service',
@ -149,8 +153,9 @@
}) })
return; return;
} }
uni.navigateTo({
url:'../menu/backUp/index',
})
var word=this.$Token.creatingWallets(); var word=this.$Token.creatingWallets();
// , // ,
var word2=word.mnemonic var word2=word.mnemonic
@ -161,9 +166,7 @@
console.log('success',word2) console.log('success',word2)
} }
}); });
uni.navigateTo({
url:'../menu/backUp/index',
})
}, },
loginWallet(){ loginWallet(){
if(this.list2.checked!=true){ if(this.list2.checked!=true){

BIN
static/tongyonh/ETH_icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
static/tongyonh/btc_icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 879 B

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
static/tongyonh/bye.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
static/tongyonh/tron1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
static/tongyonh/tron_icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

4
unpackage/dist/dev/app-plus/app-config-service.js

@ -1,8 +1,8 @@
var isReady=false;var onReadyCallbacks=[]; var isReady=false;var onReadyCallbacks=[];
var isServiceReady=false;var onServiceReadyCallbacks=[]; var isServiceReady=false;var onServiceReadyCallbacks=[];
var __uniConfig = {"pages":["pages/register/index","pages/menu/backUp/transPawKeyOut/index","pages/menu/backUp/transPawMan/index","pages/menu/backUp/backUpWord/index","pages/menu/backUp/backUp5/index","pages/menu/backUp/backUp4/index","pages/menu/market/index","pages/menu/backUp/transPaw/index","pages/menu/address/backUp/index","pages/menu/backUp/backUp2/index","pages/menu/backUp/index","pages/menu/backUp/backUp3/index","pages/menu/backUp/reSuccessful","pages/menu/wallet/add/index","pages/menu/wallet/cwallet/index","pages/menu/wallet/mwallet/manage/index","pages/menu/sendToken/addAddress/index","pages/menu/profile/index","pages/menu/address/index","pages/menu/sendToken/address/index","pages/menu/sendToken/transfer/index","pages/menu/sendToken/enPassword/index","pages/menu/setting/index","pages/menu/wallet/mwallet/index","pages/menu/transction/detail/index","pages/menu/sendToken/index","pages/menu/address/addressMangement/index","pages/menu/token/btc/index","pages/menu/wallet/index","pages/menu/load/index","pages/menu/discover/index","pages/menu/address/showKey/index","pages/menu/setting/payPassword/index","pages/menu/setting/addBtcNode/index","pages/menu/setting/btcNodeSetting/index","pages/menu/setting/nodeSetting/index","pages/menu/setting/currency/index","pages/menu/setting/lang/index","pages/menu/about/index","pages/menu/about/Privacy/index","pages/menu/about/terms/index","pages/menu/address/improtKey/index"],"window":{"navigationBarTextStyle":"black","navigationBarBackgroundColor":"#fff","style":{"app-plus":{"titleNView":false}}},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"BITCOOO","compilerVersion":"3.2.12","entryPagePath":"pages/register/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}}; var __uniConfig = {"pages":["pages/register/index","pages/menu/wallet/cwallet/index","pages/menu/backUp/transPawKeyOut/index","pages/menu/backUp/transPawMan/index","pages/menu/backUp/backUpWord/index","pages/menu/backUp/backUp5/index","pages/menu/backUp/backUp4/index","pages/menu/market/index","pages/menu/backUp/transPaw/index","pages/menu/address/backUp/index","pages/menu/backUp/backUp2/index","pages/menu/wallet/add/index","pages/menu/backUp/index","pages/menu/backUp/backUp3/index","pages/menu/backUp/reSuccessful","pages/menu/wallet/mwallet/manage/index","pages/menu/sendToken/addAddress/index","pages/menu/profile/index","pages/menu/address/index","pages/menu/sendToken/address/index","pages/menu/sendToken/transfer/index","pages/menu/sendToken/enPassword/index","pages/menu/setting/index","pages/menu/wallet/mwallet/index","pages/menu/transction/detail/index","pages/menu/sendToken/index","pages/menu/address/addressMangement/index","pages/menu/token/btc/index","pages/menu/wallet/index","pages/menu/load/index","pages/menu/discover/index","pages/menu/address/showKey/index","pages/menu/setting/payPassword/index","pages/menu/setting/addBtcNode/index","pages/menu/setting/btcNodeSetting/index","pages/menu/setting/nodeSetting/index","pages/menu/setting/currency/index","pages/menu/setting/lang/index","pages/menu/about/index","pages/menu/about/Privacy/index","pages/menu/about/terms/index","pages/menu/address/improtKey/index"],"window":{"navigationBarTextStyle":"black","navigationBarBackgroundColor":"#fff","style":{"app-plus":{"titleNView":false}}},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"BITCOOO","compilerVersion":"3.2.12","entryPagePath":"pages/register/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
var __uniRoutes = [{"path":"/pages/register/index","meta":{"isQuit":true},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawKeyOut/index","meta":{},"window":{}},{"path":"/pages/menu/backUp/transPawMan/index","meta":{},"window":{}},{"path":"/pages/menu/backUp/backUpWord/index","meta":{},"window":{}},{"path":"/pages/menu/backUp/backUp5/index","meta":{},"window":{}},{"path":"/pages/menu/backUp/backUp4/index","meta":{},"window":{}},{"path":"/pages/menu/market/index","meta":{},"window":{}},{"path":"/pages/menu/backUp/transPaw/index","meta":{},"window":{}},{"path":"/pages/menu/address/backUp/index","meta":{},"window":{}},{"path":"/pages/menu/backUp/backUp2/index","meta":{},"window":{}},{"path":"/pages/menu/backUp/index","meta":{},"window":{}},{"path":"/pages/menu/backUp/backUp3/index","meta":{},"window":{}},{"path":"/pages/menu/backUp/reSuccessful","meta":{},"window":{}},{"path":"/pages/menu/wallet/add/index","meta":{},"window":{}},{"path":"/pages/menu/wallet/cwallet/index","meta":{},"window":{}},{"path":"/pages/menu/wallet/mwallet/manage/index","meta":{},"window":{}},{"path":"/pages/menu/sendToken/addAddress/index","meta":{},"window":{}},{"path":"/pages/menu/profile/index","meta":{},"window":{}},{"path":"/pages/menu/address/index","meta":{},"window":{}},{"path":"/pages/menu/sendToken/address/index","meta":{},"window":{}},{"path":"/pages/menu/sendToken/transfer/index","meta":{},"window":{}},{"path":"/pages/menu/sendToken/enPassword/index","meta":{},"window":{}},{"path":"/pages/menu/setting/index","meta":{},"window":{}},{"path":"/pages/menu/wallet/mwallet/index","meta":{},"window":{}},{"path":"/pages/menu/transction/detail/index","meta":{},"window":{}},{"path":"/pages/menu/sendToken/index","meta":{},"window":{}},{"path":"/pages/menu/address/addressMangement/index","meta":{},"window":{}},{"path":"/pages/menu/token/btc/index","meta":{},"window":{}},{"path":"/pages/menu/wallet/index","meta":{},"window":{}},{"path":"/pages/menu/load/index","meta":{},"window":{}},{"path":"/pages/menu/discover/index","meta":{},"window":{}},{"path":"/pages/menu/address/showKey/index","meta":{},"window":{}},{"path":"/pages/menu/setting/payPassword/index","meta":{},"window":{}},{"path":"/pages/menu/setting/addBtcNode/index","meta":{},"window":{}},{"path":"/pages/menu/setting/btcNodeSetting/index","meta":{},"window":{}},{"path":"/pages/menu/setting/nodeSetting/index","meta":{},"window":{}},{"path":"/pages/menu/setting/currency/index","meta":{},"window":{}},{"path":"/pages/menu/setting/lang/index","meta":{},"window":{}},{"path":"/pages/menu/about/index","meta":{},"window":{}},{"path":"/pages/menu/about/Privacy/index","meta":{},"window":{}},{"path":"/pages/menu/about/terms/index","meta":{},"window":{}},{"path":"/pages/menu/address/improtKey/index","meta":{},"window":{}}]; var __uniRoutes = [{"path":"/pages/register/index","meta":{"isQuit":true},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/cwallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawKeyOut/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawMan/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUpWord/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp5/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp4/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/market/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPaw/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/backUp/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/add/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp3/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/reSuccessful","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/mwallet/manage/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/addAddress/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/profile/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/address/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/transfer/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/enPassword/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/mwallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/transction/detail/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/addressMangement/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/token/btc/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/load/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/discover/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/showKey/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/payPassword/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/addBtcNode/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/btcNodeSetting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/nodeSetting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/currency/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/lang/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/Privacy/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/terms/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/improtKey/index","meta":{},"window":{"navigationStyle":"custom"}}];
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); __uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); __uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}}); service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

2
unpackage/dist/dev/app-plus/manifest.json

@ -1 +1 @@
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__1ECBEE1","name":"BITCOOO","version":{"name":"1.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#fff"},"compatible":{"ignoreVersion":true},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"google":{"permissions":["<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-feature android:name=\"android.hardware.camera\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"]},"apple":{},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.2.12","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"launch_path":"__uniappview.html"}} {"@platforms":["android","iPhone","iPad"],"id":"__UNI__1ECBEE1","name":"BITCOOO","version":{"name":"1.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#fff"},"compatible":{"ignoreVersion":true},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"splashscreen":{"androidStyle":"default","iosStyle":"default"},"google":{"permissions":["<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-feature android:name=\"android.hardware.camera\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"]},"apple":{},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.2.12","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"launch_path":"__uniappview.html"}}

BIN
unpackage/dist/dev/app-plus/static/tongyonh/ETH_icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
unpackage/dist/dev/app-plus/static/tongyonh/btc_icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 879 B

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
unpackage/dist/dev/app-plus/static/tongyonh/bye.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
unpackage/dist/dev/app-plus/static/tongyonh/tron1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
unpackage/dist/dev/app-plus/static/tongyonh/tron_icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Loading…
Cancel
Save