Browse Source

12.1

master
Dread 4 years ago
parent
commit
01925374ca
  1. 13
      pages/menu/about/terms/index.css
  2. 9
      pages/menu/about/terms/index.vue
  3. 4
      pages/menu/sendToken/transfer/index.vue
  4. 2
      pages/menu/wallet/search/index.css
  5. 7
      utils/locales/en.js
  6. 6
      utils/locales/zh-F.js
  7. 7
      utils/locales/zh.js

13
pages/menu/about/terms/index.css

@ -6,4 +6,17 @@
} }
.con{ .con{
margin-top: 30rpx; margin-top: 30rpx;
}
.tit{
text-align: center;
font-size: 34rpx;
}
.tit2{
text-align: center;
font-size: 28rpx;
margin-top: 10rpx;
}
.tit3{
font-size: 28rpx;
margin-top: 10rpx;
} }

9
pages/menu/about/terms/index.vue

@ -5,8 +5,13 @@
</navigation> </navigation>
<view class="con"> <view class="con">
<view class="main"> <view class="main">
<view class="tit">
{{i18n.TermsofServiceTxt}} {{i18n.serviceTit}}
</view>
<view class="tit3" v-html="i18n.serviceTwo">
</view>
</view> </view>
</view> </view>

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

@ -367,7 +367,6 @@
this.printCancel(); this.printCancel();
this.show = false; this.show = false;
this.showBottom = false; this.showBottom = false;
console.log(111)
uni.setStorageSync('transInfoPass', this.transInfoPass) uni.setStorageSync('transInfoPass', this.transInfoPass)
uni.navigateTo({ uni.navigateTo({
url: '/pages/menu/sendToken/enPassword/index' url: '/pages/menu/sendToken/enPassword/index'
@ -386,15 +385,12 @@
this.show = true this.show = true
this.showFinger = true this.showFinger = true
this.showBottom = false; this.showBottom = false;
this.fingerprint(); this.fingerprint();
} }
}, },
back() { back() {
uni.reLaunch({ uni.reLaunch({
url: '../../token/btc/index' url: '../../token/btc/index'
}) })

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

@ -1,5 +1,5 @@
page{ page{
height: 100%; overflow-y: hidden;
} }
.main{ .main{
padding: 0 24rpx; padding: 0 24rpx;

7
utils/locales/en.js

File diff suppressed because one or more lines are too long

6
utils/locales/zh-F.js

File diff suppressed because one or more lines are too long

7
utils/locales/zh.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save