|
@ -1,7 +1,8 @@ |
|
|
<template> |
|
|
<template> |
|
|
<view class=""> |
|
|
<view class=""> |
|
|
<navigation :showBack="false" :bgnum="true"> |
|
|
<navigation :showBack="false" :bgnum="true"> |
|
|
<image src="../../../../../static/tongyonh/Vector.png" mode="aspectFit" class="back" @click="back()"></image> |
|
|
<image src="../../../../../static/tongyonh/Vector.png" mode="aspectFit" class="back" @click="back()"> |
|
|
|
|
|
</image> |
|
|
<text class="big_title"> |
|
|
<text class="big_title"> |
|
|
{{i18n.Manage}} |
|
|
{{i18n.Manage}} |
|
|
</text> |
|
|
</text> |
|
@ -22,15 +23,13 @@ |
|
|
{{i18n.Name}} |
|
|
{{i18n.Name}} |
|
|
</view> |
|
|
</view> |
|
|
<view class="address"> |
|
|
<view class="address"> |
|
|
<<<<<<< HEAD |
|
|
<!-- <text v-if="userObj.name=='BTC'">{{i18n.Setname}}</text> |
|
|
<text v-if="userObj.name=='BTC'">{{i18n.Setname}}</text> |
|
|
|
|
|
<text v-else-if="userObj.name=='ETH'">{{i18n.Setname}}</text> |
|
|
<text v-else-if="userObj.name=='ETH'">{{i18n.Setname}}</text> |
|
|
<text v-else-if="userObj.name=='TRX'">{{i18n.Setname}}</text> |
|
|
<text v-else-if="userObj.name=='TRX'">{{i18n.Setname}}</text> --> |
|
|
<text v-else>{{userObj.name}}</text> |
|
|
<text>{{userObj.name}}</text> |
|
|
======= |
|
|
|
|
|
{{userObj.name}} |
|
|
<image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" |
|
|
>>>>>>> 597f46eb933c677e991915c5a7fe52f9e8d27baa |
|
|
class="img1"></image> |
|
|
<image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" class="img1"></image> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="name flex" @click="goTrans()" v-if="itemMnemonic"> |
|
|
<view class="name flex" @click="goTrans()" v-if="itemMnemonic"> |
|
@ -38,7 +37,8 @@ |
|
|
{{i18n.backupMneTit}} |
|
|
{{i18n.backupMneTit}} |
|
|
</view> |
|
|
</view> |
|
|
<view class="address"> |
|
|
<view class="address"> |
|
|
<image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" class="img1"></image> |
|
|
<image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" |
|
|
|
|
|
class="img1"></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="name flex" @click="goKey()"> |
|
|
<view class="name flex" @click="goKey()"> |
|
@ -46,13 +46,15 @@ |
|
|
{{i18n.Backupprivatekey}} |
|
|
{{i18n.Backupprivatekey}} |
|
|
</view> |
|
|
</view> |
|
|
<view class="address"> |
|
|
<view class="address"> |
|
|
<image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" class="img1"></image> |
|
|
<image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" |
|
|
|
|
|
class="img1"></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="showAddress" v-if="showAddress"> |
|
|
<view class="showAddress" v-if="showAddress"> |
|
|
<image src="../../../../../static/tongyonh/xg.png" mode="aspectFit" class="img1" @click="showAddress=false"></image> |
|
|
<image src="../../../../../static/tongyonh/xg.png" mode="aspectFit" class="img1" |
|
|
|
|
|
@click="showAddress=false"></image> |
|
|
<view class="title"> |
|
|
<view class="title"> |
|
|
{{i18n.Newwalletname}} |
|
|
{{i18n.Newwalletname}} |
|
|
</view> |
|
|
</view> |
|
|