Browse Source

代码

master
Dread 4 years ago
parent
commit
82a86ecc21
  1. 8
      pages/menu/transction/detail/index.css
  2. 25
      pages/menu/transction/detail/index.vue
  3. 9
      pages/menu/wallet/index.vue
  4. BIN
      static/tongyonh/Frame 30.png
  5. BIN
      static/tongyonh/arrow-up-left.png
  6. BIN
      static/tongyonh/arrow-up-left_1.png
  7. BIN
      static/tongyonh/arrow-up-leftw.png
  8. BIN
      static/tongyonh/login_wallet.png
  9. BIN
      unpackage/cache/apk/__UNI__1ECBEE1_cm.apk
  10. 2
      unpackage/cache/apk/apkurl
  11. 2
      unpackage/cache/apk/cmManifestCache.json
  12. 10
      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. 10
      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. 15621
      unpackage/dist/dev/app-plus/app-service.js
  27. 72
      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.png
  30. BIN
      unpackage/dist/dev/app-plus/static/tongyonh/arrow-up-left_1.png
  31. BIN
      unpackage/dist/dev/app-plus/static/tongyonh/arrow-up-left_2.png
  32. BIN
      unpackage/dist/dev/app-plus/static/tongyonh/arrow-up-leftw.png
  33. BIN
      unpackage/dist/dev/app-plus/static/tongyonh/login_wallet.png
  34. BIN
      unpackage/release/apk/bitcooo.apk

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

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

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

@ -71,20 +71,21 @@
<view class="item goto"> <view class="item goto">
Go to your browser for more information Go to your browser for more information
</view> </view>
</view> <view class="sett" v-if="show">
<view class="sett" v-if="show"> <view class="top">
<view class="top"> <view class="item">
<view class="item"> Copy address
Copy address </view>
</view> <view class="item">
<view class="item"> Add to Address Book
Add to Address Book </view>
</view> </view>
</view> <view class="cancel" @click="show = false">
<view class="cancel" @click="show = false"> Cancel
Cancel </view>
</view> </view>
</view> </view>
<u-mask :show="show" z-index="10"></u-mask> <u-mask :show="show" z-index="10"></u-mask>
</view> </view>

9
pages/menu/wallet/index.vue

@ -32,7 +32,7 @@
*** ***
</view> </view>
<view class="textcon3"> <view class="textcon3">
{{this.userObj.address}} {{this.userObj.ellipsisAddress}}
</view> </view>
</view> </view>
@ -131,15 +131,11 @@
// thar.$walletUtil.updateBalance(); // thar.$walletUtil.updateBalance();
// thar.updateData(); // thar.updateData();
// }, 100); // }, 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();
if (!thar.isStop) { if (!thar.isStop) {
thar.updateData() thar.updateData()
} }
}, 10); }, 2000);
}, },
@ -191,6 +187,7 @@
}, },
goCwallet() { goCwallet() {
this.isStop = true
uni.navigateTo({ uni.navigateTo({
url: './cwallet/index' url: './cwallet/index'
}) })

BIN
static/tongyonh/Frame 30.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 955 B

BIN
static/tongyonh/arrow-up-left.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 708 B

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
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
static/tongyonh/arrow-up-leftw.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 505 B

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
static/tongyonh/login_wallet.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 3.8 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/07ca6a10-46bc-11ec-8874-2ffa4bf2d457 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

10
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

10
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

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

File diff suppressed because one or more lines are too long

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

@ -20971,49 +20971,55 @@ var render = function() {
"v-uni-view", "v-uni-view",
{ staticClass: _vm._$g(30, "sc"), attrs: { _i: 30 } }, { staticClass: _vm._$g(30, "sc"), attrs: { _i: 30 } },
[_vm._v("Go to your browser for more information")] [_vm._v("Go to your browser for more information")]
) ),
], _vm._$g(31, "i")
1 ? _c(
),
_vm._$g(31, "i")
? _c(
"v-uni-view",
{ staticClass: _vm._$g(31, "sc"), attrs: { _i: 31 } },
[
_c(
"v-uni-view", "v-uni-view",
{ staticClass: _vm._$g(32, "sc"), attrs: { _i: 32 } }, { staticClass: _vm._$g(31, "sc"), attrs: { _i: 31 } },
[ [
_c( _c(
"v-uni-view", "v-uni-view",
{ staticClass: _vm._$g(33, "sc"), attrs: { _i: 33 } }, { staticClass: _vm._$g(32, "sc"), attrs: { _i: 32 } },
[_vm._v("Copy address")] [
_c(
"v-uni-view",
{
staticClass: _vm._$g(33, "sc"),
attrs: { _i: 33 }
},
[_vm._v("Copy address")]
),
_c(
"v-uni-view",
{
staticClass: _vm._$g(34, "sc"),
attrs: { _i: 34 }
},
[_vm._v("Add to Address Book")]
)
],
1
), ),
_c( _c(
"v-uni-view", "v-uni-view",
{ staticClass: _vm._$g(34, "sc"), attrs: { _i: 34 } }, {
[_vm._v("Add to Address Book")] staticClass: _vm._$g(35, "sc"),
attrs: { _i: 35 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
}
}
},
[_vm._v("Cancel")]
) )
], ],
1 1
),
_c(
"v-uni-view",
{
staticClass: _vm._$g(35, "sc"),
attrs: { _i: 35 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
}
}
},
[_vm._v("Cancel")]
) )
], : _vm._e()
1 ],
) 1
: _vm._e(), ),
_c("u-mask", { attrs: { _i: 36 } }) _c("u-mask", { attrs: { _i: 36 } })
], ],
1 1
@ -21162,7 +21168,7 @@ if(false) {}
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 10); var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 10);
exports = ___CSS_LOADER_API_IMPORT___(false); exports = ___CSS_LOADER_API_IMPORT___(false);
// Module // 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}\n.scroll{\r\n\tmax-height: 1000rpx;\r\n\toverflow-y: scroll;\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 // Exports
module.exports = 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.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 708 B

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
unpackage/dist/dev/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/dev/app-plus/static/tongyonh/arrow-up-left_2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
unpackage/dist/dev/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/dev/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

BIN
unpackage/release/apk/bitcooo.apk

Binary file not shown.
Loading…
Cancel
Save