[兼容H5处理app。json]
This commit is contained in:
17
pages.json
17
pages.json
@@ -149,22 +149,7 @@
|
|||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "能量钱包",
|
"navigationBarTitleText": "能量钱包",
|
||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"navigationBarTextStyle": "white",
|
"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)"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/wallet/extract",
|
"path": "pages/wallet/extract",
|
||||||
|
|||||||
@@ -8,7 +8,8 @@
|
|||||||
<view class="frozen">{{ balance.frozen || '0' }} 冻结中</view>
|
<view class="frozen">{{ balance.frozen || '0' }} 冻结中</view>
|
||||||
<view class="balance-flex">
|
<view class="balance-flex">
|
||||||
<view class="balance-flex-item" @click="showAddress">区块链地址</view>
|
<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>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user