vee 4 years ago
parent
commit
949c63eeb4
  1. 2
      pages/menu/sendToken/index.css
  2. 16
      pages/menu/sendToken/transfer/index.vue
  3. 43
      pages/menu/setting/index.css
  4. 93
      pages/menu/setting/index.vue
  5. 10
      pages/menu/transction/detail/index.css
  6. 15
      pages/menu/transction/detail/index.vue
  7. 21
      pages/menu/wallet/index.vue
  8. BIN
      static/tongyonh/zww.png
  9. BIN
      unpackage/cache/apk/__UNI__1ECBEE1_cm.apk
  10. 2
      unpackage/cache/apk/apkurl
  11. 2
      unpackage/cache/apk/cmManifestCache.json
  12. 20
      unpackage/cache/wgt/__UNI__1ECBEE1/app-service.js
  13. 2
      unpackage/cache/wgt/__UNI__1ECBEE1/app-view.js
  14. BIN
      unpackage/cache/wgt/__UNI__1ECBEE1/static/tongyonh/Frame 30.png
  15. BIN
      unpackage/cache/wgt/__UNI__1ECBEE1/static/tongyonh/arrow-up-left.png
  16. BIN
      unpackage/cache/wgt/__UNI__1ECBEE1/static/tongyonh/arrow-up-left_1.png
  17. BIN
      unpackage/cache/wgt/__UNI__1ECBEE1/static/tongyonh/arrow-up-leftw.png
  18. BIN
      unpackage/cache/wgt/__UNI__1ECBEE1/static/tongyonh/login_wallet.png
  19. 20
      unpackage/dist/build/app-plus/app-service.js
  20. 2
      unpackage/dist/build/app-plus/app-view.js
  21. BIN
      unpackage/dist/build/app-plus/static/tongyonh/Frame 30.png
  22. BIN
      unpackage/dist/build/app-plus/static/tongyonh/arrow-up-left.png
  23. BIN
      unpackage/dist/build/app-plus/static/tongyonh/arrow-up-left_1.png
  24. BIN
      unpackage/dist/build/app-plus/static/tongyonh/arrow-up-leftw.png
  25. BIN
      unpackage/dist/build/app-plus/static/tongyonh/login_wallet.png
  26. 17577
      unpackage/dist/dev/app-plus/app-service.js
  27. 294
      unpackage/dist/dev/app-plus/app-view.js
  28. BIN
      unpackage/dist/dev/app-plus/static/tongyonh/Frame 30.png
  29. BIN
      unpackage/dist/dev/app-plus/static/tongyonh/arrow-up-left_2.png
  30. BIN
      unpackage/dist/dev/app-plus/static/tongyonh/zww.png
  31. BIN
      unpackage/release/apk/bitcooo.apk
  32. BIN
      unpackage/release/apk/bitcooo3.apk
  33. 4
      utils/WalletUtil.js

2
pages/menu/sendToken/index.css

@ -69,7 +69,7 @@
margin-top: 52rpx;
background-color: #FAFAFA;
border-radius: 10rpx;
padding: 32rpx;
padding: 10rpx;
border-radius: 20rpx;
word-break: break-word;
}

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;
},

43
pages/menu/setting/index.css

@ -93,3 +93,46 @@
.green{
color: #6AD6A8 !important;
}
/* 指纹后加 */
.hou_jia{
width: 95%;
height: 300rpx;
border-radius: 20rpx;
position: relative;
left: 50%;
top: 40%;
transform: translate(-50%,-60%);
background-color: #414141;
padding: 48rpx;
z-index: 9999;
}
.rela{
}
.zzw{
display: block;
width: 88rpx;
height: 88rpx;
margin: 20rpx auto;
}
.Log{
text-align: center;
color: #fff;
}
.hou_jia_w{
background-color: #fff !important;
}
.fontt{
font-size: 32rpx;
}
.ccon{
display: flex;
position: absolute;
right: 50rpx;
bottom: 50rpx;
}
.cancle{
margin-right: 50rpx;
}

93
pages/menu/setting/index.vue

@ -1,5 +1,5 @@
<template>
<view class="">
<view class="rela">
<navigation :showBack="true" :bgnum="true">
Settings
</navigation>
@ -44,9 +44,10 @@
</view>
</view>
</view>
<u-mask z-index="10" :show="show"></u-mask>
<view class="zhiwen_con" v-if="showFinger">
<!-- <view class="zhiwen_con" >
<view class="tiao" @click="cancel">
</view>
<view class="bigtitle">
@ -59,55 +60,36 @@
</view>
<view class="flex con">
<view class="textt2" @click="cancel">
<view class="textt2">
Cancel
</view>
</view>
</view>
</view> -->
<view class="hou_jia" v-if="showFinger">
<view class="Log">
Log in
</view>
<view class="zhiwen_con" v-if="fingerFail">
<view class="tiao">
</view>
<view class="bigtitle">
Fingerprint password
</view>
<view class="bottom_con">
<image src="../../../static/tongyonh/alert-circle.png" mode="aspectFit" class="img1"></image>
<view class="text1 red">
Fingerprint not recognized. <br><text @click="fingerPass('try')">Try again.</text>
</view>
<view class="flex con">
<view class="textt2" @click="cancelFail">
<image src="../../../static/tongyonh/zww.png" mode="aspectFit" class="zzw"></image>
<view class="Log" @click="cancel">
Cancel
</view>
</view>
<view class="hou_jia hou_jia_w" v-if="hou_jia_w">
<view class="fontt">
Confirm close validation?
</view>
<view class="ccon">
<view class="cancle" @click="cancel_hou">
Cancel
</view>
<view class="zhiwen_con" v-if="fingerSuccess">
<view class="tiao" @click="cancelSucc">
</view>
<view class="bigtitle">
Fingerprint password
</view>
<view class="bottom_con">
<image src="../../../static/tongyonh/x-circle.png" mode="aspectFit" class="img1"></image>
<view class="text1 green">
Fingerprint recognized.
</view>
<view class="flex con">
<view class="textt2" @click="cancelSucc">
<view class="" @click="confirm_hou">
Confirm
</view>
</view>
</view>
</view>
</view>
</template>
<script>
@ -115,14 +97,33 @@
export default {
data() {
return {
checked: false,
show:false,
showFinger:false,
fingerSuccess:false,
fingerFail:false,
hou_jia_w:false,
};
},
methods: {
cancel_hou(){
this.hou_jia_w=false;
this.show=false;
this.checked=true;
},
confirm_hou(){
this.checked=false
this.hou_jia_w=false;
this.show=false;
uni.setStorageSync('fingerPass',false)
},
confirm() {
setTimeout(() => {
// 3
this.show23 = false;
}, 3000)
},
cancel(){
this.showFinger=false;
this.checked=false;
@ -137,22 +138,26 @@
this.fingerFail=false
this.show=false;
},
fingerPass(test){
fingerPass(){
console.log(this.checked)
if(this.checked||test=='try'){
//
if(this.checked){
console.log(111)
this.show=true;
this.showFinger=true;
this.showModal()
this.fingerprint(true);
}
// false使
if(!this.checked){
uni.setStorageSync('fingerPass',false)
this.show=true
}
},
fingerprint: function(sett) {
let bltype=true;
//
// #ifdef APP-PLUS
if (!plus.fingerprint.isSupport()) {
uni.showToast({
@ -194,22 +199,20 @@
})
// #endif
//
let that=this;
// #ifdef APP-PLUS
plus.fingerprint.authenticate(function() {
plus.nativeUI.closeWaiting(); //Android
// uni.showToast({
// title: 'Fingerprint identification succeeded',
// icon: 'none',
// duration: 1500,
// })
//
// 使
uni.setStorageSync('fingerPass',true)
console.log(that.showFinger,454545)
that.showFinger=false;
that.fingerSuccess=true;
that.show=false;
console.log(that.showFinger,454545)
}, function(e) {
switch (e.code) {

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

@ -77,9 +77,9 @@
transform: translate(-50%,-50%);
}
.sett{
width: 95%;
width: 100%;
position: absolute;
bottom: -270rpx;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
z-index: 999;
@ -89,7 +89,7 @@
border-radius: 26rpx;
}
.sett .top .item{
line-height: 120rpx;
line-height: 70rpx;
text-align: center;
font-size: 34rpx;
color: #47548C;
@ -107,3 +107,7 @@
color: #5B53FF;
margin-top: 30rpx;
}
.scroll{
max-height: 1000rpx;
overflow-y: scroll;
}

15
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
@ -48,7 +51,9 @@
</view>
<view class="item">
<view class="text1">
Send address (me)
Send address
<text v-if="info.type=='out'"> (others)</text>
<text v-else>(me)</text>
</view>
<view class="text2">
{{info.from}}
@ -57,17 +62,19 @@
</view>
<view class="item">
<view class="text1">
Receiving address (others)
Receiving address
<text v-if="info.type=='in'">(me)</text>
<text v-else>(others)</text>
</view>
<view class="text2">
{{info.to}}
<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>
</view>
<view class="sett" v-if="show">
<view class="top">
<view class="item">
@ -81,6 +88,8 @@
Cancel
</view>
</view>
</view>
<u-mask :show="show" z-index="10"></u-mask>
</view>

21
pages/menu/wallet/index.vue

@ -32,7 +32,7 @@
***
</view>
<view class="textcon3">
{{this.userObj.address}}
{{this.userObj.ellipsisAddress}}
</view>
</view>
@ -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,
@ -133,18 +131,13 @@
// thar.$walletUtil.updateBalance();
// thar.updateData();
// }, 100);
thar.userObj.address = thar.userObj.address.substring(0, 6) + '...' + thar.userObj.address
.substring(25,
thar.userObj.address.length);
// thar.$walletUtil.updateBalance();
thar.$walletUtil.updateBalance();
console.log(thar.isStop,4444)
if (!thar.isStop) {
thar.updateData()
}
// }, 2000);
}, 2000);
},

BIN
static/tongyonh/zww.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

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/04f6f050-46c0-11ec-ada7-f5ba73494645

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/Frame 30.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 955 B

BIN
unpackage/cache/wgt/__UNI__1ECBEE1/static/tongyonh/arrow-up-left.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 708 B

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
unpackage/cache/wgt/__UNI__1ECBEE1/static/tongyonh/arrow-up-left_1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 692 B

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
unpackage/cache/wgt/__UNI__1ECBEE1/static/tongyonh/arrow-up-leftw.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 505 B

After

Width:  |  Height:  |  Size: 1.6 KiB

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 3.8 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/Frame 30.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 955 B

BIN
unpackage/dist/build/app-plus/static/tongyonh/arrow-up-left.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 708 B

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
unpackage/dist/build/app-plus/static/tongyonh/arrow-up-left_1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 692 B

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
unpackage/dist/build/app-plus/static/tongyonh/arrow-up-leftw.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 505 B

After

Width:  |  Height:  |  Size: 1.6 KiB

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

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

File diff suppressed because one or more lines are too long

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

@ -19976,7 +19976,7 @@ var render = function() {
var _c = _vm._self._c || _h
return _c(
"v-uni-view",
{ attrs: { _i: 0 } },
{ staticClass: _vm._$g(0, "sc"), attrs: { _i: 0 } },
[
_c("navigation", { attrs: { _i: 1 } }, [_vm._v("Settings")]),
_c(
@ -20128,46 +20128,20 @@ var render = function() {
"v-uni-view",
{ staticClass: _vm._$g(24, "sc"), attrs: { _i: 24 } },
[
_c("v-uni-view", {
staticClass: _vm._$g(25, "sc"),
attrs: { _i: 25 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
}
}
}),
_c(
"v-uni-view",
{ staticClass: _vm._$g(26, "sc"), attrs: { _i: 26 } },
[_vm._v("Fingerprint password")]
{ staticClass: _vm._$g(25, "sc"), attrs: { _i: 25 } },
[_vm._v("Log in")]
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(27, "sc"), attrs: { _i: 27 } },
[
_c("v-uni-image", {
staticClass: _vm._$g(28, "sc"),
attrs: {
src: _vm._$g(28, "a-src"),
mode: "aspectFit",
_i: 28
}
staticClass: _vm._$g(26, "sc"),
attrs: { src: _vm._$g(26, "a-src"), mode: "aspectFit", _i: 26 }
}),
_c(
"v-uni-view",
{ staticClass: _vm._$g(29, "sc"), attrs: { _i: 29 } },
[_vm._v("Touch the fingerprint sensor")]
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(30, "sc"), attrs: { _i: 30 } },
[
_c(
"v-uni-view",
{
staticClass: _vm._$g(31, "sc"),
attrs: { _i: 31 },
staticClass: _vm._$g(27, "sc"),
attrs: { _i: 27 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
@ -20179,69 +20153,26 @@ var render = function() {
],
1
)
],
1
)
],
1
)
: _vm._e(),
_vm._$g(32, "i")
_vm._$g(28, "i")
? _c(
"v-uni-view",
{ staticClass: _vm._$g(32, "sc"), attrs: { _i: 32 } },
[
_c("v-uni-view", {
staticClass: _vm._$g(33, "sc"),
attrs: { _i: 33 }
}),
_c(
"v-uni-view",
{ staticClass: _vm._$g(34, "sc"), attrs: { _i: 34 } },
[_vm._v("Fingerprint password")]
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(35, "sc"), attrs: { _i: 35 } },
{ staticClass: _vm._$g(28, "sc"), attrs: { _i: 28 } },
[
_c("v-uni-image", {
staticClass: _vm._$g(36, "sc"),
attrs: {
src: _vm._$g(36, "a-src"),
mode: "aspectFit",
_i: 36
}
}),
_c(
"v-uni-view",
{ staticClass: _vm._$g(37, "sc"), attrs: { _i: 37 } },
[
_vm._v("Fingerprint not recognized."),
_c("br", { attrs: { _i: 38 } }),
_c(
"v-uni-text",
{
attrs: { _i: 39 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
}
}
},
[_vm._v("Try again.")]
)
],
1
{ staticClass: _vm._$g(29, "sc"), attrs: { _i: 29 } },
[_vm._v("Confirm close validation?")]
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(40, "sc"), attrs: { _i: 40 } },
{ staticClass: _vm._$g(30, "sc"), attrs: { _i: 30 } },
[
_c(
"v-uni-view",
{
staticClass: _vm._$g(41, "sc"),
attrs: { _i: 41 },
staticClass: _vm._$g(31, "sc"),
attrs: { _i: 31 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
@ -20249,62 +20180,11 @@ var render = function() {
}
},
[_vm._v("Cancel")]
)
],
1
)
],
1
)
],
1
)
: _vm._e(),
_vm._$g(42, "i")
? _c(
"v-uni-view",
{ staticClass: _vm._$g(42, "sc"), attrs: { _i: 42 } },
[
_c("v-uni-view", {
staticClass: _vm._$g(43, "sc"),
attrs: { _i: 43 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
}
}
}),
_c(
"v-uni-view",
{ staticClass: _vm._$g(44, "sc"), attrs: { _i: 44 } },
[_vm._v("Fingerprint password")]
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(45, "sc"), attrs: { _i: 45 } },
[
_c("v-uni-image", {
staticClass: _vm._$g(46, "sc"),
attrs: {
src: _vm._$g(46, "a-src"),
mode: "aspectFit",
_i: 46
}
}),
_c(
"v-uni-view",
{ staticClass: _vm._$g(47, "sc"), attrs: { _i: 47 } },
[_vm._v("Fingerprint recognized.")]
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(48, "sc"), attrs: { _i: 48 } },
[
_c(
"v-uni-view",
{
staticClass: _vm._$g(49, "sc"),
attrs: { _i: 49 },
attrs: { _i: 32 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
@ -20319,9 +20199,6 @@ var render = function() {
],
1
)
],
1
)
: _vm._e()
],
1
@ -20689,7 +20566,7 @@ if(false) {}
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 13);
exports = ___CSS_LOADER_API_IMPORT___(false);
// Module
exports.push([module.i, ".main{\r\n\tpadding: 0 24rpx;\r\n\tmargin-top: 40rpx;\n}\n.main_con{\r\n\tbackground-color: #fff;\r\n\tborder-radius: 20rpx;\r\n\tbox-shadow: 0 0 30rpx #EDEFF2;\r\n\tpadding: 0 24rpx;\n}\n.flex{\r\n\tdisplay: flex;\r\n\tjustify-content: space-between;\r\n\talign-items: center;\n}\n.main .item{\r\n\t\tpadding: 30rpx 0;\r\n\t\theight: 136rpx;\r\n\t\tborder-bottom: 2rpx solid #F4F7FE;\n}\n.main .item .text1{\r\n\t\tfont-weight: 500;\n}\n.img1{\r\n\t\twidth: 24rpx;\r\n\t\theight: 24rpx;\r\n\t\tvertical-align: middle;\n}\n.main .item .text2{\r\n\t\tcolor: #A3AED0;\r\n\t\tmargin-right: 20rpx;\n}\n.zhiwen_con{\r\n\t\tbackground-color: #F8F8F9;\r\n\t\tborder-radius: 26rpx 26rpx 0 0;\r\n\t\tpadding: 0 24rpx;\r\n\t\tposition: absolute;\r\n\t\tz-index: 9999;\r\n\t\tbottom: 0;\r\n\t\t\t\tpadding-top: 24rpx;\r\n\t\t\t\tpadding-bottom: 100rpx;\r\n\t\t\t\twidth: 100%;\n}\n.zhiwen_con .tiao{\r\n\t\twidth: 96rpx;\r\n\t\theight: 8rpx;\r\n\t\tbackground-color: #C9D4EA;\r\n\t\tborder-radius: 8rpx;\r\n\t\tmargin: 0 auto;\n}\n.zhiwen_con .bigtitle{\r\n\t\ttext-align: center;\r\n\t\tfont-weight: 700;\r\n\t\tfont-size: 36rpx;\r\n\t\tpadding-top: 34rpx;\r\n\t\tpadding-bottom: 36rpx;\n}\n.zhiwen_con .bottom_con {\r\n\t\tbackground-color: #fff;\r\n\t\tborder-radius: 26rpx;\r\n\t\tpadding-left: 26rpx;\r\n\t\tpadding-right: 40rpx;\r\n\t\tposition: relative;\r\n\t\theight: 480rpx;\r\n\t\tpadding-top: 100rpx;\n}\n.zhiwen_con .bottom_con .img1{\r\n\t\tdisplay: block;\r\n\t\twidth: 96rpx;\r\n\t\theight: 106rpx;\r\n\t\tmargin: 0 auto;\n}\n.zhiwen_con .bottom_con .text1{\r\n\t\ttext-align: center;\r\n\t\tcolor: #7D87A6;\r\n\t\tfont-size: 28rpx;\r\n\t\tmargin-top: 45rpx;\r\n\t\tmargin-bottom: 80rpx;\n}\n.zhiwen_con .bottom_con .con .textt1{\r\n\t\tcolor: #5B53FF;\n}\n.zhiwen_con .bottom_con .con .textt2{\r\n\t\tcolor: #639AF2;\n}\n.red{\r\n\t\tcolor: #F16063 !important;\n}\n.green{\r\n\t\tcolor: #6AD6A8 !important;\n}\r\n\r\n", ""]);
exports.push([module.i, ".main{\r\n\tpadding: 0 24rpx;\r\n\tmargin-top: 40rpx;\n}\n.main_con{\r\n\tbackground-color: #fff;\r\n\tborder-radius: 20rpx;\r\n\tbox-shadow: 0 0 30rpx #EDEFF2;\r\n\tpadding: 0 24rpx;\n}\n.flex{\r\n\tdisplay: flex;\r\n\tjustify-content: space-between;\r\n\talign-items: center;\n}\n.main .item{\r\n\t\tpadding: 30rpx 0;\r\n\t\theight: 136rpx;\r\n\t\tborder-bottom: 2rpx solid #F4F7FE;\n}\n.main .item .text1{\r\n\t\tfont-weight: 500;\n}\n.img1{\r\n\t\twidth: 24rpx;\r\n\t\theight: 24rpx;\r\n\t\tvertical-align: middle;\n}\n.main .item .text2{\r\n\t\tcolor: #A3AED0;\r\n\t\tmargin-right: 20rpx;\n}\n.zhiwen_con{\r\n\t\tbackground-color: #F8F8F9;\r\n\t\tborder-radius: 26rpx 26rpx 0 0;\r\n\t\tpadding: 0 24rpx;\r\n\t\tposition: absolute;\r\n\t\tz-index: 9999;\r\n\t\tbottom: 0;\r\n\t\t\t\tpadding-top: 24rpx;\r\n\t\t\t\tpadding-bottom: 100rpx;\r\n\t\t\t\twidth: 100%;\n}\n.zhiwen_con .tiao{\r\n\t\twidth: 96rpx;\r\n\t\theight: 8rpx;\r\n\t\tbackground-color: #C9D4EA;\r\n\t\tborder-radius: 8rpx;\r\n\t\tmargin: 0 auto;\n}\n.zhiwen_con .bigtitle{\r\n\t\ttext-align: center;\r\n\t\tfont-weight: 700;\r\n\t\tfont-size: 36rpx;\r\n\t\tpadding-top: 34rpx;\r\n\t\tpadding-bottom: 36rpx;\n}\n.zhiwen_con .bottom_con {\r\n\t\tbackground-color: #fff;\r\n\t\tborder-radius: 26rpx;\r\n\t\tpadding-left: 26rpx;\r\n\t\tpadding-right: 40rpx;\r\n\t\tposition: relative;\r\n\t\theight: 480rpx;\r\n\t\tpadding-top: 100rpx;\n}\n.zhiwen_con .bottom_con .img1{\r\n\t\tdisplay: block;\r\n\t\twidth: 96rpx;\r\n\t\theight: 106rpx;\r\n\t\tmargin: 0 auto;\n}\n.zhiwen_con .bottom_con .text1{\r\n\t\ttext-align: center;\r\n\t\tcolor: #7D87A6;\r\n\t\tfont-size: 28rpx;\r\n\t\tmargin-top: 45rpx;\r\n\t\tmargin-bottom: 80rpx;\n}\n.zhiwen_con .bottom_con .con .textt1{\r\n\t\tcolor: #5B53FF;\n}\n.zhiwen_con .bottom_con .con .textt2{\r\n\t\tcolor: #639AF2;\n}\n.red{\r\n\t\tcolor: #F16063 !important;\n}\n.green{\r\n\t\tcolor: #6AD6A8 !important;\n}\r\n/* 指纹后加 */\n.hou_jia{\r\n\t\twidth: 95%;\r\n\t\theight: 300rpx;\r\n\t\tborder-radius: 20rpx;\r\n\t\tposition: relative;\r\n\t\tleft: 50%;\r\n\t\ttop: 40%;\r\n\t\t-webkit-transform: translate(-50%,-60%);\r\n\t\t transform: translate(-50%,-60%);\r\n\t\tbackground-color: #414141;\r\n\t\tpadding: 48rpx;\r\n\t\tz-index: 9999;\n}\n.rela{\n}\n.zzw{\r\n\t\tdisplay: block;\r\n\t\twidth: 88rpx;\r\n\t\theight: 88rpx;\r\n\t\tmargin: 20rpx auto;\n}\n.Log{\r\n\t\ttext-align: center;\r\n\t\tcolor: #fff;\n}\n.hou_jia_w{\r\n\t\tbackground-color: #fff !important;\n}\n.fontt{\r\n\t\tfont-size: 32rpx;\n}\n.ccon{\r\n\t\tdisplay: flex;\r\n\t\tposition: absolute;\r\n\t\tright: 50rpx;\r\n\t\tbottom: 50rpx;\n}\n.cancle{\r\n\t\tmargin-right: 50rpx;\n}\r\n\r\n", ""]);
// Exports
module.exports = exports;
@ -21803,70 +21680,82 @@ var render = function() {
_c(
"v-uni-view",
{ staticClass: _vm._$g(9, "sc"), attrs: { _i: 9 } },
[
_c(
"v-uni-view",
{ staticClass: _vm._$g(10, "sc"), attrs: { _i: 10 } },
[_vm._v("Amount")]
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(10, "sc"), attrs: { _i: 10 } },
[_vm._v(_vm._$g(10, "t0-0") + " " + _vm._$g(10, "t0-1"))]
{ staticClass: _vm._$g(11, "sc"), attrs: { _i: 11 } },
[
_vm._v(
_vm._$g(11, "t0-0") + " " + _vm._$g(11, "t0-1")
)
]
)
],
1
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(11, "sc"), attrs: { _i: 11 } },
{ staticClass: _vm._$g(12, "sc"), attrs: { _i: 12 } },
[
_c(
"v-uni-view",
{ staticClass: _vm._$g(12, "sc"), attrs: { _i: 12 } },
{ staticClass: _vm._$g(13, "sc"), attrs: { _i: 13 } },
[_vm._v("Time")]
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(13, "sc"), attrs: { _i: 13 } },
[_vm._v(_vm._$g(13, "t0-0"))]
{ staticClass: _vm._$g(14, "sc"), attrs: { _i: 14 } },
[_vm._v(_vm._$g(14, "t0-0"))]
)
],
1
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(14, "sc"), attrs: { _i: 14 } },
{ staticClass: _vm._$g(15, "sc"), attrs: { _i: 15 } },
[
_c(
"v-uni-view",
{ staticClass: _vm._$g(15, "sc"), attrs: { _i: 15 } },
{ staticClass: _vm._$g(16, "sc"), attrs: { _i: 16 } },
[_vm._v("Tx Fee")]
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(16, "sc"), attrs: { _i: 16 } },
[_vm._v(_vm._$g(16, "t0-0") + " " + _vm._$g(16, "t0-1"))]
{ staticClass: _vm._$g(17, "sc"), attrs: { _i: 17 } },
[
_vm._v(
_vm._$g(17, "t0-0") + " " + _vm._$g(17, "t0-1")
)
]
)
],
1
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(17, "sc"), attrs: { _i: 17 } },
{ staticClass: _vm._$g(18, "sc"), attrs: { _i: 18 } },
[
_c(
"v-uni-view",
{ staticClass: _vm._$g(18, "sc"), attrs: { _i: 18 } },
{ staticClass: _vm._$g(19, "sc"), attrs: { _i: 19 } },
[_vm._v("Transaction ID")]
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(19, "sc"), attrs: { _i: 19 } },
{ staticClass: _vm._$g(20, "sc"), attrs: { _i: 20 } },
[
_vm._v(_vm._$g(19, "t0-0")),
_vm._v(_vm._$g(20, "t0-0")),
_c("v-uni-image", {
staticClass: _vm._$g(20, "sc"),
staticClass: _vm._$g(21, "sc"),
attrs: {
src: _vm._$g(20, "a-src"),
src: _vm._$g(21, "a-src"),
mode: "aspectFit",
_i: 20
_i: 21
},
on: {
click: function($event) {
@ -21882,24 +21771,34 @@ var render = function() {
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(21, "sc"), attrs: { _i: 21 } },
{ staticClass: _vm._$g(22, "sc"), attrs: { _i: 22 } },
[
_c(
"v-uni-view",
{ staticClass: _vm._$g(22, "sc"), attrs: { _i: 22 } },
[_vm._v("Send address (me)")]
{ staticClass: _vm._$g(23, "sc"), attrs: { _i: 23 } },
[
_vm._v("Send address"),
_vm._$g(24, "i")
? _c("v-uni-text", { attrs: { _i: 24 } }, [
_vm._v("(others)")
])
: _c("v-uni-text", { attrs: { _i: 25 } }, [
_vm._v("(me)")
])
],
1
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(23, "sc"), attrs: { _i: 23 } },
{ staticClass: _vm._$g(26, "sc"), attrs: { _i: 26 } },
[
_vm._v(_vm._$g(23, "t0-0")),
_vm._v(_vm._$g(26, "t0-0")),
_c("v-uni-image", {
staticClass: _vm._$g(24, "sc"),
staticClass: _vm._$g(27, "sc"),
attrs: {
src: _vm._$g(24, "a-src"),
src: _vm._$g(27, "a-src"),
mode: "aspectFit",
_i: 24
_i: 27
}
})
],
@ -21910,24 +21809,34 @@ var render = function() {
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(25, "sc"), attrs: { _i: 25 } },
{ staticClass: _vm._$g(28, "sc"), attrs: { _i: 28 } },
[
_c(
"v-uni-view",
{ staticClass: _vm._$g(26, "sc"), attrs: { _i: 26 } },
[_vm._v("Receiving address (others)")]
{ staticClass: _vm._$g(29, "sc"), attrs: { _i: 29 } },
[
_vm._v("Receiving address"),
_vm._$g(30, "i")
? _c("v-uni-text", { attrs: { _i: 30 } }, [
_vm._v("(me)")
])
: _c("v-uni-text", { attrs: { _i: 31 } }, [
_vm._v("(others)")
])
],
1
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(27, "sc"), attrs: { _i: 27 } },
{ staticClass: _vm._$g(32, "sc"), attrs: { _i: 32 } },
[
_vm._v(_vm._$g(27, "t0-0")),
_vm._v(_vm._$g(32, "t0-0")),
_c("v-uni-image", {
staticClass: _vm._$g(28, "sc"),
staticClass: _vm._$g(33, "sc"),
attrs: {
src: _vm._$g(28, "a-src"),
src: _vm._$g(33, "a-src"),
mode: "aspectFit",
_i: 28
_i: 33
}
})
],
@ -21935,32 +21844,38 @@ var render = function() {
)
],
1
)
],
1
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(29, "sc"), attrs: { _i: 29 } },
{ staticClass: _vm._$g(34, "sc"), attrs: { _i: 34 } },
[_vm._v("Go to your browser for more information")]
)
],
1
),
_vm._$g(30, "i")
_vm._$g(35, "i")
? _c(
"v-uni-view",
{ staticClass: _vm._$g(30, "sc"), attrs: { _i: 30 } },
{ staticClass: _vm._$g(35, "sc"), attrs: { _i: 35 } },
[
_c(
"v-uni-view",
{ staticClass: _vm._$g(31, "sc"), attrs: { _i: 31 } },
{ staticClass: _vm._$g(36, "sc"), attrs: { _i: 36 } },
[
_c(
"v-uni-view",
{ staticClass: _vm._$g(32, "sc"), attrs: { _i: 32 } },
{
staticClass: _vm._$g(37, "sc"),
attrs: { _i: 37 }
},
[_vm._v("Copy address")]
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(33, "sc"), attrs: { _i: 33 } },
{
staticClass: _vm._$g(38, "sc"),
attrs: { _i: 38 }
},
[_vm._v("Add to Address Book")]
)
],
@ -21969,8 +21884,8 @@ var render = function() {
_c(
"v-uni-view",
{
staticClass: _vm._$g(34, "sc"),
attrs: { _i: 34 },
staticClass: _vm._$g(39, "sc"),
attrs: { _i: 39 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
@ -21982,8 +21897,11 @@ var render = function() {
],
1
)
: _vm._e(),
_c("u-mask", { attrs: { _i: 35 } })
: _vm._e()
],
1
),
_c("u-mask", { attrs: { _i: 40 } })
],
1
)
@ -22131,7 +22049,7 @@ if(false) {}
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 13);
exports = ___CSS_LOADER_API_IMPORT___(false);
// Module
exports.push([module.i, ".main{\r\n\tpadding: 0 26rpx;\r\n\tpadding-bottom: 100rpx;\n}\n.main_con{\r\n\tbackground-color: #fff;\r\n\tborder-radius: 26rpx;\r\n\tpadding-left: 26rpx;\r\n\tpadding-right: 40rpx;\r\n\tmargin-top: 98rpx;\r\n\tbox-shadow: 0 10rpx 30rpx 10rpx #EAEDF0;\r\n\tposition: relative;\n}\n.main_con .title{\r\n\ttext-align: center;\r\n\tcolor: #6AD6A8;\r\n\tfont-size: 36rpx;\r\n\tpadding-top: 100rpx;\n}\n.flex{\r\n\tdisplay: flex;\r\n\tjustify-content: space-between;\r\n\talign-items: center;\n}\n.main_con .title_con{\r\n padding-top: 60rpx;\r\n padding-bottom: 34rpx;\r\n border-bottom: 2rpx solid #F6F8FD;\n}\n.main_con .title_con .text1{\r\n\tfont-size: 40rpx;\r\n\tfont-size: 500;\n}\n.main_con .item{\r\n\tpadding: 34rpx 0;\r\n\tborder-bottom: 2rpx solid #F6F8FD;\n}\n.main_con .item .text1{\r\n\tfont-size: 28rpx;\r\n\tcolor: #7D87A6;\n}\n.main_con .item .text2{\r\n\tfont-size: 32rpx;\r\n\tmargin-top: 8rpx;\r\n\tword-wrap: break-word;\n}\n.main_con .item .text2 .img{\r\n\twidth: 48rpx;\r\n\theight: 48rpx;\r\n\tmargin-left: 12rpx;\r\n\tvertical-align: middle;\n}\n.goto{\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tjustify-content: center;\r\n\tfont-size: 28rpx;\r\n\tcolor: #2F80ED;\r\n\tpadding: 60rpx 0 !important;\n}\n.yuan{\r\n\twidth: 114rpx;\r\n\theight: 114rpx;\r\n\tborder-radius: 50%;\r\n\tbackground-color: #fff;\r\n\tposition: absolute;\r\n\ttop:-50rpx;\r\n\tleft: 50%;\r\n\t-webkit-transform: translateX(-50%);\r\n\t transform: translateX(-50%);\n}\n.yuan .img1{\r\n\twidth: 82rpx;\r\n\theight: 82rpx;\r\n\tposition: absolute;\r\n\ttop: 50%;\r\n\tleft: 50%;\r\n\t-webkit-transform: translate(-50%,-50%);\r\n\t transform: translate(-50%,-50%);\n}\n.sett{\r\n\twidth: 95%;\r\n\tposition: absolute;\r\n\tbottom: -270rpx;\r\n\tleft: 50%;\r\n\t-webkit-transform: translateX(-50%);\r\n\t transform: translateX(-50%);\r\n\tz-index: 999;\n}\n.sett .top{\r\n\tbackground-color: #fff;\r\n\tborder-radius: 26rpx;\n}\n.sett .top .item{\r\n\tline-height: 120rpx;\r\n\ttext-align: center;\r\n\tfont-size: 34rpx;\r\n\tcolor: #47548C;\r\n\tborder-bottom: 2rpx solid #A3AED0;\n}\n.sett .top .item:last-child{\r\n\tborder-bottom: none;\n}\n.sett .cancel{\r\n\tline-height: 120rpx;\r\n\ttext-align: center;\r\n\tborder-radius: 26rpx;\r\n\tbackground-color: #fff;\r\n\tfont-size: 34rpx;\r\n\tcolor: #5B53FF;\r\n\tmargin-top: 30rpx;\n}\r\n", ""]);
exports.push([module.i, ".main{\r\n\tpadding: 0 26rpx;\r\n\tpadding-bottom: 100rpx;\n}\n.main_con{\r\n\tbackground-color: #fff;\r\n\tborder-radius: 26rpx;\r\n\tpadding-left: 26rpx;\r\n\tpadding-right: 40rpx;\r\n\tmargin-top: 98rpx;\r\n\tbox-shadow: 0 10rpx 30rpx 10rpx #EAEDF0;\r\n\tposition: relative;\n}\n.main_con .title{\r\n\ttext-align: center;\r\n\tcolor: #6AD6A8;\r\n\tfont-size: 36rpx;\r\n\tpadding-top: 100rpx;\n}\n.flex{\r\n\tdisplay: flex;\r\n\tjustify-content: space-between;\r\n\talign-items: center;\n}\n.main_con .title_con{\r\n padding-top: 60rpx;\r\n padding-bottom: 34rpx;\r\n border-bottom: 2rpx solid #F6F8FD;\n}\n.main_con .title_con .text1{\r\n\tfont-size: 40rpx;\r\n\tfont-size: 500;\n}\n.main_con .item{\r\n\tpadding: 34rpx 0;\r\n\tborder-bottom: 2rpx solid #F6F8FD;\n}\n.main_con .item .text1{\r\n\tfont-size: 28rpx;\r\n\tcolor: #7D87A6;\n}\n.main_con .item .text2{\r\n\tfont-size: 32rpx;\r\n\tmargin-top: 8rpx;\r\n\tword-wrap: break-word;\n}\n.main_con .item .text2 .img{\r\n\twidth: 48rpx;\r\n\theight: 48rpx;\r\n\tmargin-left: 12rpx;\r\n\tvertical-align: middle;\n}\n.goto{\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tjustify-content: center;\r\n\tfont-size: 28rpx;\r\n\tcolor: #2F80ED;\r\n\tpadding: 60rpx 0 !important;\n}\n.yuan{\r\n\twidth: 114rpx;\r\n\theight: 114rpx;\r\n\tborder-radius: 50%;\r\n\tbackground-color: #fff;\r\n\tposition: absolute;\r\n\ttop:-50rpx;\r\n\tleft: 50%;\r\n\t-webkit-transform: translateX(-50%);\r\n\t transform: translateX(-50%);\n}\n.yuan .img1{\r\n\twidth: 82rpx;\r\n\theight: 82rpx;\r\n\tposition: absolute;\r\n\ttop: 50%;\r\n\tleft: 50%;\r\n\t-webkit-transform: translate(-50%,-50%);\r\n\t transform: translate(-50%,-50%);\n}\n.sett{\r\nwidth: 100%;\r\n position: absolute;\r\n bottom: 0px;\r\n\tleft: 50%;\r\n\t-webkit-transform: translateX(-50%);\r\n\t transform: translateX(-50%);\r\n\tz-index: 999;\n}\n.sett .top{\r\n\tbackground-color: #fff;\r\n\tborder-radius: 26rpx;\n}\n.sett .top .item{\r\n\tline-height: 70rpx;\r\n\ttext-align: center;\r\n\tfont-size: 34rpx;\r\n\tcolor: #47548C;\r\n\tborder-bottom: 2rpx solid #A3AED0;\n}\n.sett .top .item:last-child{\r\n\tborder-bottom: none;\n}\n.sett .cancel{\r\n\tline-height: 120rpx;\r\n\ttext-align: center;\r\n\tborder-radius: 26rpx;\r\n\tbackground-color: #fff;\r\n\tfont-size: 34rpx;\r\n\tcolor: #5B53FF;\r\n\tmargin-top: 30rpx;\n}\n.scroll{\r\n\tmax-height: 1000rpx;\r\n\toverflow-y: scroll;\n}\r\n", ""]);
// Exports
module.exports = exports;
@ -22679,7 +22597,7 @@ if(false) {}
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 13);
exports = ___CSS_LOADER_API_IMPORT___(false);
// Module
exports.push([module.i, ".main{\r\n\tpadding: 0rpx 24rpx;\r\n\tmargin-top: 48rpx;\r\n\tpadding-bottom: 80rpx;\n}\n.main_con{\r\n\tbackground-color: #fff;\r\n\tborder-radius: 20rpx;\r\n\twidth: 100%;\r\n\tpadding: 48rpx 0;\r\n\tbox-shadow: 0 0 30rpx #EBEEF1;\n}\n.logoimg{\r\n\twidth: 96rpx;\r\n\theight: 96rpx;\r\n\tdisplay: block;\r\n\tmargin: 0 auto;\n}\n.info_con{\r\n\twidth: 702rpx;\r\n\theight: 120rpx;\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tposition: fixed;\r\n\tbottom: -150rpx;\r\n\tz-index: 999;\r\n\tborder-radius: 26rpx;\r\n\tpadding: 0 48rpx;\r\n\tcolor: #fff;\r\n\ttransition: .8s all;\n}\n.goTop{\r\n\tposition: fixed;\r\n\tbottom: 60rpx !important;\n}\n.green{\r\n\tbackground-color: #6AD6A8;\n}\n.info_con .text{\n}\n.info_con .text2{\r\n\tfont-size: 700;\r\n\tfont-size: 32rpx;\n}\n.title{\r\n\tfont-size: 36rpx;\r\n\ttext-align: center;\r\n\tfont-weight: 700;\r\n\tmargin-top: 15rpx;\n}\n.main .code{\r\n\tdisplay: block;\r\n\tmargin: 0 auto;\r\n\twidth: 390rpx;\r\n\theight: 386rpx;\r\n\tmargin-top: 80rpx;\n}\n.main .text1{\r\n\ttext-align: center;\r\n\twidth: 390rpx;\r\n\tcolor: #7D87A6;\r\n\tfont-size: 28rpx;\r\n\tmargin: 0 auto;\r\n\tmargin-top: 26rpx;\n}\n.main .text2{\r\n\tcolor: #000;\r\n\tfont-size: 30rpx;\r\n\tmargin-top: 52rpx;\r\n\tbackground-color: #FAFAFA;\r\n\tborder-radius: 10rpx;\r\n\tpadding: 32rpx;\r\n\tborder-radius: 20rpx;\r\n\tword-break: break-word;\n}\n.bottom_con{\r\n\tpadding: 0 24rpx;\n}\n.copy{\r\n\tmargin-top:58rpx; \r\n\tcolor:#fff !important;\n}\n.main .text3{\r\n\tcolor: #000;\r\n\tfont-size: 32rpx;\r\n\tmargin-bottom: 24rpx;\r\n\tline-height: 112rpx;\r\n\ttext-align: center;\r\n\tbackground-color: #707EAE;\r\n\tborder-radius: 10rpx;\r\n\ttext-align: center;\r\n\tborder-radius: 20rpx;\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\talign-items: center;\n}\n.copyImg{\r\n\twidth: 48rpx;\r\n\theight: 48rpx;\r\n\tmargin-right: 10rpx;\n}\n.main .text3:hover{\n}\n.code_con{\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\tmargin-top: 80rpx;\n}\r\n\r\n", ""]);
exports.push([module.i, ".main{\r\n\tpadding: 0rpx 24rpx;\r\n\tmargin-top: 48rpx;\r\n\tpadding-bottom: 80rpx;\n}\n.main_con{\r\n\tbackground-color: #fff;\r\n\tborder-radius: 20rpx;\r\n\twidth: 100%;\r\n\tpadding: 48rpx 0;\r\n\tbox-shadow: 0 0 30rpx #EBEEF1;\n}\n.logoimg{\r\n\twidth: 96rpx;\r\n\theight: 96rpx;\r\n\tdisplay: block;\r\n\tmargin: 0 auto;\n}\n.info_con{\r\n\twidth: 702rpx;\r\n\theight: 120rpx;\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tposition: fixed;\r\n\tbottom: -150rpx;\r\n\tz-index: 999;\r\n\tborder-radius: 26rpx;\r\n\tpadding: 0 48rpx;\r\n\tcolor: #fff;\r\n\ttransition: .8s all;\n}\n.goTop{\r\n\tposition: fixed;\r\n\tbottom: 60rpx !important;\n}\n.green{\r\n\tbackground-color: #6AD6A8;\n}\n.info_con .text{\n}\n.info_con .text2{\r\n\tfont-size: 700;\r\n\tfont-size: 32rpx;\n}\n.title{\r\n\tfont-size: 36rpx;\r\n\ttext-align: center;\r\n\tfont-weight: 700;\r\n\tmargin-top: 15rpx;\n}\n.main .code{\r\n\tdisplay: block;\r\n\tmargin: 0 auto;\r\n\twidth: 390rpx;\r\n\theight: 386rpx;\r\n\tmargin-top: 80rpx;\n}\n.main .text1{\r\n\ttext-align: center;\r\n\twidth: 390rpx;\r\n\tcolor: #7D87A6;\r\n\tfont-size: 28rpx;\r\n\tmargin: 0 auto;\r\n\tmargin-top: 26rpx;\n}\n.main .text2{\r\n\tcolor: #000;\r\n\tfont-size: 30rpx;\r\n\tmargin-top: 52rpx;\r\n\tbackground-color: #FAFAFA;\r\n\tborder-radius: 10rpx;\r\n\tpadding: 10rpx;\r\n\tborder-radius: 20rpx;\r\n\tword-break: break-word;\n}\n.bottom_con{\r\n\tpadding: 0 24rpx;\n}\n.copy{\r\n\tmargin-top:58rpx; \r\n\tcolor:#fff !important;\n}\n.main .text3{\r\n\tcolor: #000;\r\n\tfont-size: 32rpx;\r\n\tmargin-bottom: 24rpx;\r\n\tline-height: 112rpx;\r\n\ttext-align: center;\r\n\tbackground-color: #707EAE;\r\n\tborder-radius: 10rpx;\r\n\ttext-align: center;\r\n\tborder-radius: 20rpx;\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\talign-items: center;\n}\n.copyImg{\r\n\twidth: 48rpx;\r\n\theight: 48rpx;\r\n\tmargin-right: 10rpx;\n}\n.main .text3:hover{\n}\n.code_con{\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\tmargin-top: 80rpx;\n}\r\n\r\n", ""]);
// Exports
module.exports = exports;
@ -23055,7 +22973,7 @@ if(false) {}
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 13);
exports = ___CSS_LOADER_API_IMPORT___(false);
// Module
exports.push([module.i, ".main{\r\n\tpadding: 0rpx 24rpx;\r\n\tmargin-top: 48rpx;\r\n\tpadding-bottom: 80rpx;\n}\n.main_con{\r\n\tbackground-color: #fff;\r\n\tborder-radius: 20rpx;\r\n\twidth: 100%;\r\n\tpadding: 48rpx 0;\r\n\tbox-shadow: 0 0 30rpx #EBEEF1;\n}\n.logoimg{\r\n\twidth: 96rpx;\r\n\theight: 96rpx;\r\n\tdisplay: block;\r\n\tmargin: 0 auto;\n}\n.info_con{\r\n\twidth: 702rpx;\r\n\theight: 120rpx;\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tposition: fixed;\r\n\tbottom: -150rpx;\r\n\tz-index: 999;\r\n\tborder-radius: 26rpx;\r\n\tpadding: 0 48rpx;\r\n\tcolor: #fff;\r\n\ttransition: .8s all;\n}\n.goTop{\r\n\tposition: fixed;\r\n\tbottom: 60rpx !important;\n}\n.green{\r\n\tbackground-color: #6AD6A8;\n}\n.info_con .text{\n}\n.info_con .text2{\r\n\tfont-size: 700;\r\n\tfont-size: 32rpx;\n}\n.title{\r\n\tfont-size: 36rpx;\r\n\ttext-align: center;\r\n\tfont-weight: 700;\r\n\tmargin-top: 15rpx;\n}\n.main .code{\r\n\tdisplay: block;\r\n\tmargin: 0 auto;\r\n\twidth: 390rpx;\r\n\theight: 386rpx;\r\n\tmargin-top: 80rpx;\n}\n.main .text1{\r\n\ttext-align: center;\r\n\twidth: 390rpx;\r\n\tcolor: #7D87A6;\r\n\tfont-size: 28rpx;\r\n\tmargin: 0 auto;\r\n\tmargin-top: 26rpx;\n}\n.main .text2{\r\n\tcolor: #000;\r\n\tfont-size: 30rpx;\r\n\tmargin-top: 52rpx;\r\n\tbackground-color: #FAFAFA;\r\n\tborder-radius: 10rpx;\r\n\tpadding: 32rpx;\r\n\tborder-radius: 20rpx;\r\n\tword-break: break-word;\n}\n.bottom_con{\r\n\tpadding: 0 24rpx;\n}\n.copy{\r\n\tmargin-top:58rpx; \r\n\tcolor:#fff !important;\n}\n.main .text3{\r\n\tcolor: #000;\r\n\tfont-size: 32rpx;\r\n\tmargin-bottom: 24rpx;\r\n\tline-height: 112rpx;\r\n\ttext-align: center;\r\n\tbackground-color: #707EAE;\r\n\tborder-radius: 10rpx;\r\n\ttext-align: center;\r\n\tborder-radius: 20rpx;\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\talign-items: center;\n}\n.copyImg{\r\n\twidth: 48rpx;\r\n\theight: 48rpx;\r\n\tmargin-right: 10rpx;\n}\n.main .text3:hover{\n}\n.code_con{\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\tmargin-top: 80rpx;\n}\r\n\r\n", ""]);
exports.push([module.i, ".main{\r\n\tpadding: 0rpx 24rpx;\r\n\tmargin-top: 48rpx;\r\n\tpadding-bottom: 80rpx;\n}\n.main_con{\r\n\tbackground-color: #fff;\r\n\tborder-radius: 20rpx;\r\n\twidth: 100%;\r\n\tpadding: 48rpx 0;\r\n\tbox-shadow: 0 0 30rpx #EBEEF1;\n}\n.logoimg{\r\n\twidth: 96rpx;\r\n\theight: 96rpx;\r\n\tdisplay: block;\r\n\tmargin: 0 auto;\n}\n.info_con{\r\n\twidth: 702rpx;\r\n\theight: 120rpx;\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tposition: fixed;\r\n\tbottom: -150rpx;\r\n\tz-index: 999;\r\n\tborder-radius: 26rpx;\r\n\tpadding: 0 48rpx;\r\n\tcolor: #fff;\r\n\ttransition: .8s all;\n}\n.goTop{\r\n\tposition: fixed;\r\n\tbottom: 60rpx !important;\n}\n.green{\r\n\tbackground-color: #6AD6A8;\n}\n.info_con .text{\n}\n.info_con .text2{\r\n\tfont-size: 700;\r\n\tfont-size: 32rpx;\n}\n.title{\r\n\tfont-size: 36rpx;\r\n\ttext-align: center;\r\n\tfont-weight: 700;\r\n\tmargin-top: 15rpx;\n}\n.main .code{\r\n\tdisplay: block;\r\n\tmargin: 0 auto;\r\n\twidth: 390rpx;\r\n\theight: 386rpx;\r\n\tmargin-top: 80rpx;\n}\n.main .text1{\r\n\ttext-align: center;\r\n\twidth: 390rpx;\r\n\tcolor: #7D87A6;\r\n\tfont-size: 28rpx;\r\n\tmargin: 0 auto;\r\n\tmargin-top: 26rpx;\n}\n.main .text2{\r\n\tcolor: #000;\r\n\tfont-size: 30rpx;\r\n\tmargin-top: 52rpx;\r\n\tbackground-color: #FAFAFA;\r\n\tborder-radius: 10rpx;\r\n\tpadding: 10rpx;\r\n\tborder-radius: 20rpx;\r\n\tword-break: break-word;\n}\n.bottom_con{\r\n\tpadding: 0 24rpx;\n}\n.copy{\r\n\tmargin-top:58rpx; \r\n\tcolor:#fff !important;\n}\n.main .text3{\r\n\tcolor: #000;\r\n\tfont-size: 32rpx;\r\n\tmargin-bottom: 24rpx;\r\n\tline-height: 112rpx;\r\n\ttext-align: center;\r\n\tbackground-color: #707EAE;\r\n\tborder-radius: 10rpx;\r\n\ttext-align: center;\r\n\tborder-radius: 20rpx;\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\talign-items: center;\n}\n.copyImg{\r\n\twidth: 48rpx;\r\n\theight: 48rpx;\r\n\tmargin-right: 10rpx;\n}\n.main .text3:hover{\n}\n.code_con{\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\tmargin-top: 80rpx;\n}\r\n\r\n", ""]);
// Exports
module.exports = exports;

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 955 B

BIN
unpackage/dist/dev/app-plus/static/tongyonh/arrow-up-left_2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

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) {
@ -202,7 +201,6 @@ let WalletUtil = {
}
}
this.updateBalance();
},
updateBalance:function() {
const wallet = uni.getStorageSync('wallet');

Loading…
Cancel
Save