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

我的钱包

parent 9cb25c04
......@@ -34,7 +34,7 @@
"path": "pages/index/mine",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom" ,
"navigationStyle": "custom" ,
"disableScroll": true
}
},
......@@ -139,14 +139,6 @@
{
"root": "pages/mine",
"pages": [
{
"path":"contract/index",
"style":{
"navigationBarTitleText":"",
"enablePullDownRefresh":false,
"navigationStyle":"custom"//隐藏系统导航栏
}
},
{
"path": "address/index",
"style": {
......@@ -164,6 +156,15 @@
"navigationStyle": "custom", // 隐藏系统导航栏
"disableScroll": true
}
},
{
"path": "wallet/index",
"style": {
"navigationBarTitleText": "我的钱包",
"enablePullDownRefresh": false,
"disableScroll": true,
"navigationBarBackgroundColor":"#F4F5F7"
}
}
]
},
......
......@@ -123,7 +123,7 @@
return process.uniEnv.qn_base_url
},
pages() {
return ['', '', 'contract', '', 'address', '', '']
return ['wallet', '', 'contract', '', 'address', '', '']
},
headImageUrl() {
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