dengjie commit : 会员中心及其联系客服页面初步完成

This commit is contained in:
clay
2022-12-17 23:10:41 +08:00
parent 76b6d9e557
commit 6d4a43b417
14 changed files with 310 additions and 98 deletions

View File

@@ -44,7 +44,7 @@
}
},
{
"path": "pages/news/news",
"path": "pages/report/news/news",
"style": {
"navigationBarTitleText": "行内新闻",
"navigationBarTextStyle": "white",
@@ -53,7 +53,7 @@
}
}, {
"path": "pages/certifiedCj/certifiedCj",
"path": "pages/report/certifiedCj/certifiedCj",
"style": {
"navigationBarTitleText": "认证厂家",
"navigationBarTextStyle": "white",
@@ -88,7 +88,7 @@
}
}, {
"path": "pages/bindCompony/bindCompony",
"path": "pages/my/bindCompony/bindCompony",
"style": {
"navigationBarTitleText": "绑定公司",
"navigationBarTextStyle": "white",
@@ -97,13 +97,21 @@
}
}, {
"path": "pages/browseHistory/browseHistory",
"path": "pages/my/browseHistory/browseHistory",
"style": {
"navigationBarTitleText": "浏览记录",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#12CA64",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/memberCenter/memberCenter",
"style": {
"navigationBarTitleText": "会员中心",
"navigationBarTextStyle": "white",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
],
"tabBar": {