[兼容H5处理app。json]

This commit is contained in:
2021-09-25 16:31:19 +08:00
parent 88a5e4cf86
commit 2ee15b9d97
2 changed files with 3 additions and 17 deletions

View File

@@ -149,22 +149,7 @@
"style": {
"navigationBarTitleText": "能量钱包",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": {
"backgroundColor": "#b11eff",
"type": "transparent",
"buttons": [{
"float": "right",
"fontSize": "14",
"text": "管理",
"background": "rgba(255,255,255,0)"
}],
"backButton": {
"background": "rgba(255,255,255,0)"
}
}
}
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/wallet/extract",

View File

@@ -8,7 +8,8 @@
<view class="frozen">{{ balance.frozen || '0' }} 冻结中</view>
<view class="balance-flex">
<view class="balance-flex-item" @click="showAddress">区块链地址</view>
<view class="balance-flex-item" @click="showPrivatekey('privatekey')">我的私钥</view>
<!-- <view class="balance-flex-item" @click="showPrivatekey('privatekey')">我的私钥</view> -->
<view class="balance-flex-item" @click="$Router.push({name: 'Extract'})">提现</view>
</view>
</view>
</view>