lu_quan_dev
rosehan 1 year ago
parent 8651fa34a8
commit c857a1eca5
  1. 30
      pages.json
  2. 2
      pages/personcenter/personcenter.vue
  3. 2
      static/ancss/an.css

@ -32,7 +32,7 @@
{
"root": "subPageA",
"pages": [
{
"path": "scenic/sceniclist/sceniclist",
"style": {
@ -91,8 +91,8 @@
}
}
},
{
"path": "method/methodlist/methodlist",
"style": {
@ -128,8 +128,8 @@
}
}
},
{
"path": "scenic/scenicdetial/scenicdetial",
"style": {
@ -147,7 +147,7 @@
"navigationBarTitleText": "攻略简介"
}
},
{
"path": "search/search",
"style": {
@ -160,8 +160,8 @@
"navigationBarTitleText": "720全景"
}
},
{
"path": "scenic/scenicdetial/ticket/ticket",
"style": {
@ -171,15 +171,15 @@
}
}
},
{
"path": "personcenter/middlePage",
"style": {
"navigationBarTitleText": "加载中"
}
},
{
"path": "personcenter/aboutus",
"style": {
@ -192,7 +192,7 @@
"navigationBarTitleText": "系统更新"
}
},
{
"path": "personcenter/scanCodeRecord/scanCodeRecord",
"style": {
@ -298,7 +298,7 @@
"navigationBarTitleText": "娱乐场所"
}
},
{
"path": "cate/index",
"style": {
@ -409,7 +409,7 @@
{
"path": "suggest/sug_from",
"style": {
"navigationBarTitleText": "填报"
"navigationBarTitleText": "投诉"
}
},
{
@ -520,4 +520,4 @@
}
]
}
}
}

@ -23,7 +23,7 @@
<view class="user-head" v-else>
<view class="u-m-r-20">
<view class="avatar u-flex" style="justify-content: center">
<u-icon name="account-fill" size="30"></u-icon>
<image class="head-head" src="/static/animg/personCenter/touxiang.png"></image>
</view>
</view>
<view class="u-flex-1" @click="openLogin">

@ -2379,7 +2379,7 @@ s首页菜单
margin-right: 10rpx;
padding: 5rpx 10rpx;
border-radius: 5rpx;
background: rgba(45, 204, 129, .08);
background: rgba(9, 131, 255, .08);
color: rgba(9, 131, 255, 1);
font-size: 24rpx;
}

Loading…
Cancel
Save