Browse Source

微调样式

master
vee 4 years ago
parent
commit
cb44eb8403
  1. 2
      components/tabBar/tabBar.vue
  2. 2
      pages/fingerPage/index.css
  3. 18
      pages/fingerPage/index.vue
  4. 14
      pages/menu/helpCenter/index.css
  5. BIN
      unpackage/cache/apk/__UNI__1ECBEE1_cm.apk
  6. 2
      unpackage/cache/apk/apkurl
  7. 2
      unpackage/cache/apk/cmManifestCache.json
  8. 6
      unpackage/cache/wgt/__UNI__1ECBEE1/app-service.js
  9. 2
      unpackage/cache/wgt/__UNI__1ECBEE1/app-view.js
  10. 6
      unpackage/dist/build/app-plus/app-service.js
  11. 2
      unpackage/dist/build/app-plus/app-view.js
  12. BIN
      unpackage/release/apk/__UNI__1ECBEE1__20211204185458.apk
  13. BIN
      unpackage/release/apk/__UNI__1ECBEE1__20211204190622.apk

2
components/tabBar/tabBar.vue

@ -156,7 +156,7 @@
bottom: 0;
left: 0;
padding-top: 28rpx;
padding-bottom: 30rpx ;
padding-bottom: 50rpx ;
background-image: -webkit-linear-gradient(bottom, #FAF8F8, #FFFFFF) !important;
background-image: linear-gradient(to top, #FAF8F8, #FFFFFF) !important;
border-top: 2rpx solid #F7F4F4;

2
pages/fingerPage/index.css

@ -28,7 +28,7 @@ margin-top: 300rpx;
}
.passTex{
position: absolute;
bottom: 56rpx;
bottom: 86rpx;
left: 50%;
transform: translateX(-50%);
color: #746DFF;

18
pages/fingerPage/index.vue

@ -228,14 +228,14 @@
that.checked = false
that.show = false;
break;
case e.CANCEL:
plus.nativeUI.toast(that.$t('index').Recognitioncancelled);
// uni.setStorageSync('fingerPass',false)
that.showFinger = false;
that.checked = false
that.fingerFail = true;
that.show = false;
break;
// case e.CANCEL:
// plus.nativeUI.toast(that.$t('index').Recognitioncancelled);
// // uni.setStorageSync('fingerPass',false)
// that.showFinger = false;
// that.checked = false
// that.fingerFail = true;
// that.show = false;
// break;
default:
plus.nativeUI.closeWaiting(); //Android
// uni.setStorageSync('fingerPass',false)
@ -270,7 +270,7 @@
if (uni.getStorageSync('fingerPass')) {
this.showFinger = true;
this.show = true;
this.fingerPass()
//this.fingerPass()
}
let walletInfo= uni.getStorageSync('walletInfo');
if (!walletInfo || walletInfo == '') {

14
pages/menu/helpCenter/index.css

@ -17,8 +17,8 @@
.item{
width: 100%;
padding: 0 32rpx;
padding-top: 64rpx;
padding-bottom: 64rpx;
padding-top: 32rpx;
padding-bottom: 32rpx;
background-color: #F8F8FF;
border-bottom: 2rpx solid #EFF1F2;
position: relative;
@ -27,18 +27,18 @@
border-bottom: none;
}
.item .num{
font-size: 64rpx;
font-size: 32rpx;
font-weight: bold;
color: #9D96A8;
}
.btx{
font-size: 40rpx;
font-size: 24rpx;
font-weight: 700;
margin-top: 44rpx;
}
.teximg{
width: 64rpx;
height: 64rpx;
width: 48rpx;
height: 48rpx;
position: absolute;
right: 32rpx;
top: 140rpx;
@ -50,7 +50,7 @@
height: auto;
opacity: 1;
padding-bottom: 26rpx;
font-size: 36rpx;
font-size: 26rpx;
color: #5A5365;
line-height: 62rpx;
margin-top: 32rpx;

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/5228d550-54ec-11ec-9cb5-5bdcc362b486
https://ide.dcloud.net.cn/build/download/371371b0-54f2-11ec-8e08-ab84b328d235

2
unpackage/cache/apk/cmManifestCache.json

File diff suppressed because one or more lines are too long

6
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

6
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/release/apk/__UNI__1ECBEE1__20211204185458.apk

Binary file not shown.

BIN
unpackage/release/apk/__UNI__1ECBEE1__20211204190622.apk

Binary file not shown.
Loading…
Cancel
Save