Commit 51ad9908 authored by liwei's avatar liwei

移动了页面位置

parent 6f654d91
......@@ -184,7 +184,7 @@
"root": "pagesme",
"pages": [
{
"path": "me/recharge",
"path": "goldCoin/recharge",
"style": {
"navigationBarTitleText": "我的余额",
"backgroundColor": "#F4F5F9",
......@@ -192,6 +192,15 @@
"navigationBarBackgroundColor": "#F4F5F9"
}
},
{
"path": "set/blackList",
"style": {
"navigationBarTitleText": "黑名单管理",
"backgroundColor": "#F4F5F9",
"backgroundColorTop": "#F4F5F9",
"navigationBarBackgroundColor": "#F4F5F9"
}
},
{
"path": "me/likeList",
"style": {
......@@ -301,7 +310,7 @@
}
},
{
"path": "agreement/agreement",
"path": "set/agreement",
"style": {
"navigationBarTitleText": "用户协议",
"backgroundColor": "#ffffff",
......@@ -310,7 +319,7 @@
}
},
{
"path": "agreement/privacy",
"path": "set/privacy",
"style": {
"navigationBarTitleText": "隐私策略",
"backgroundColor": "#ffffff",
......
......@@ -21,7 +21,7 @@
<script>
</script>
<style lang="less">
<style lang="less" scoped>
.con-box{
display: flex;
flex-direction: column;
......
......@@ -21,7 +21,7 @@
<script>
</script>
<style lang="less">
<style lang="less" scoped>
.con-box{
display: flex;
flex-direction: column;
......
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