Commit 34b6d51a authored by 刘用法's avatar 刘用法

我的钱包

parent 9cb25c04
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
"path": "pages/index/mine", "path": "pages/index/mine",
"style": { "style": {
"navigationBarTitleText": "我的", "navigationBarTitleText": "我的",
"navigationStyle": "custom" , "navigationStyle": "custom" ,
"disableScroll": true "disableScroll": true
} }
}, },
...@@ -139,14 +139,6 @@ ...@@ -139,14 +139,6 @@
{ {
"root": "pages/mine", "root": "pages/mine",
"pages": [ "pages": [
{
"path":"contract/index",
"style":{
"navigationBarTitleText":"",
"enablePullDownRefresh":false,
"navigationStyle":"custom"//隐藏系统导航栏
}
},
{ {
"path": "address/index", "path": "address/index",
"style": { "style": {
...@@ -164,6 +156,15 @@ ...@@ -164,6 +156,15 @@
"navigationStyle": "custom", // 隐藏系统导航栏 "navigationStyle": "custom", // 隐藏系统导航栏
"disableScroll": true "disableScroll": true
} }
},
{
"path": "wallet/index",
"style": {
"navigationBarTitleText": "我的钱包",
"enablePullDownRefresh": false,
"disableScroll": true,
"navigationBarBackgroundColor":"#F4F5F7"
}
} }
] ]
}, },
......
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
return process.uniEnv.qn_base_url return process.uniEnv.qn_base_url
}, },
pages() { pages() {
return ['', '', 'contract', '', 'address', '', ''] return ['wallet', '', 'contract', '', 'address', '', '']
}, },
headImageUrl() { headImageUrl() {
return this.info.headImage || this.placeholderImage return this.info.headImage || this.placeholderImage
......
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment