Browse Source

修改

master
j1ack 2 years ago
parent
commit
e42276dbaf
  1. 2
      pages/menu/address/showKey/index.vue
  2. 1
      pages/menu/backUp/backUp4/index.vue
  3. 4
      pages/menu/discover/index.vue
  4. 7
      pages/menu/wallet/index.vue
  5. 1
      pages/register/index.vue

2
pages/menu/address/showKey/index.vue

@ -31,7 +31,7 @@
<view class="top"> <view class="top">
{{this.userObj.privateKey}} {{this.userObj.privateKey}}
</view> </view>
<view class="bottom" @click="copyTextMethod()"> <view class="bottom" @click="TextMethod()">
<image src="../../../../static/tongyonh/copy_24px_outlined.svg" mode="aspectFit" class="img1"></image> <image src="../../../../static/tongyonh/copy_24px_outlined.svg" mode="aspectFit" class="img1"></image>
{{i18n.ShowCopy}} {{i18n.ShowCopy}}
</view> </view>

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

@ -59,7 +59,6 @@
<view class="item" v-for="item,index in worcon" @touchend.prevent="toWord(item)"> <view class="item" v-for="item,index in worcon" @touchend.prevent="toWord(item)">
{{item}} {{item}}
</view> </view>
</view> </view>
</scroll-view> </scroll-view>

4
pages/menu/discover/index.vue

@ -4,11 +4,7 @@
<view class="main"> <view class="main">
<u-input v-model="value" :placeholder="teee" :type="type" :border="border" <u-input v-model="value" :placeholder="teee" :type="type" :border="border"
class="custom-style" /> class="custom-style" />
<image src="../../../static/tongyonh/MaskGroup.png" mode="aspectFit" class="bg"></image> <image src="../../../static/tongyonh/MaskGroup.png" mode="aspectFit" class="bg"></image>
<u-tabs font-size="26" bar-width="124" inactive-color="#7D87A6" active-color="#5B53FF" :list="list" :is-scroll="false" :current="current" @change="change"></u-tabs> <u-tabs font-size="26" bar-width="124" inactive-color="#7D87A6" active-color="#5B53FF" :list="list" :is-scroll="false" :current="current" @change="change"></u-tabs>
<view class="item_con"> <view class="item_con">

7
pages/menu/wallet/index.vue

@ -1,14 +1,13 @@
<template> <template>
<view class=""> <view class="">
<navigation :showBack="false" :bgnum="true" class="head"> <navigation :showBack="false" :bgnum="true" class="head">
<!-- <view class="rela" slot="logo"> <view class="rela" slot="logo">
<view class="ms_con"> <view class="ms_con">
<text class="abs">...</text> <text class="abs">...</text>
</view> </view>
<image src="../../../static/tongyonh/Icon.png" mode="aspectFit" <image src="../../../static/tongyonh/Icon.png" mode="aspectFit"
class="message" class="message" @click=""></image>
@click=""></image> </view>
</view> -->
<image src="../../../static/tongyonh/san.png" mode="aspectFit" class="renYou" slot="logo" <image src="../../../static/tongyonh/san.png" mode="aspectFit" class="renYou" slot="logo"
@click="goCwallet()"></image> @click="goCwallet()"></image>

1
pages/register/index.vue

@ -219,6 +219,7 @@
this.laugValue=true; this.laugValue=true;
}, },
tapPopup(e){ tapPopup(e){
console.log(e.language)
this._i18n.locale = e.language this._i18n.locale = e.language
this.$store.commit('setLanguage', e.language) this.$store.commit('setLanguage', e.language)
uni.setStorageSync("language", e.language) uni.setStorageSync("language", e.language)

Loading…
Cancel
Save