Commit 51ad9908 authored by liwei's avatar liwei

移动了页面位置

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