完成大体功能和样式
This commit is contained in:
666
pages.json
666
pages.json
@@ -6,7 +6,7 @@
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "启辰资产",
|
||||
"enablePullDownRefresh": true,
|
||||
"app-plus": {
|
||||
@@ -21,357 +21,293 @@
|
||||
{
|
||||
"path": "pages/center/center",
|
||||
"style": {
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "我的"
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/form/leaseCancel",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "退租申请",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/login/login",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "密码登录",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/login/code",
|
||||
"style" :
|
||||
{
|
||||
// "navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "获取验证码",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/login/account",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "短信登录",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/message/message",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "我的消息",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/login/problem",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "常见问题",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
"path" : "pages/center/myLease",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "我的租赁资产"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/wae/wae",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "水电缴费"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/bill/payHistory",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "缴费记录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/wae/waeRecords",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "水电费明细"
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/profile/setting",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/profile/profile",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/profile/password",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "修改密码",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/search/search",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"enablePullDownRefresh": false
|
||||
"root": "pages-biz",
|
||||
"pages": [
|
||||
{
|
||||
"path": "message/message",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "我的消息",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "message/messageDetail",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "消息详情",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "profile/setting",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "profile/profile",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "contract/contract",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "我的合同"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "contract/contractDetail",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "合同详情"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/location/location",
|
||||
"style": {
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "选择城市"
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/notice/notice",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "通知公告"
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path" : "pages/notice/noticeDetail",
|
||||
"style": {
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "资讯"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/center/contract",
|
||||
"style": {
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "我的合同"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/detail/contractDetail",
|
||||
"style": {
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "合同详情"
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path" : "pages/profile/aboutMe",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "关于我",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom" // 隐藏系统导航栏
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path" : "pages/bill/bill",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "我的账单",
|
||||
"navigationStyle": "custom" // 隐藏系统导航栏
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path" : "pages/bill/billDetail",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "账单详情",
|
||||
"navigationStyle": "custom" // 隐藏系统导航栏
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path" : "pages/unpaid/unpaid",
|
||||
"style": {
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "我的待付"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/search/searchList",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "资产列表",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"app-plus": {
|
||||
"pullToRefresh": {
|
||||
"support": true,
|
||||
"color": "#2979ff", //小圈圈的颜色
|
||||
"style": "circle" //小圈圈的样式
|
||||
},
|
||||
{
|
||||
"path": "face/faceAuth",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "扫脸识别"
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path": "privacy/userAgreement",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "用户协议"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "privacy/privacyPolicy",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "隐私协议"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "myrent/myLease",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "我的租赁资产"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "wae/wae",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "水电缴费"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"path": "wae/waeRecords",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "水电费明细"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "bill/payHistory",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "缴费记录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "bill/bill",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的账单",
|
||||
"navigationStyle": "custom" // 隐藏系统导航栏
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path": "bill/billDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "账单详情",
|
||||
"navigationStyle": "custom" // 隐藏系统导航栏
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path": "unpaid/unpaid",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "我的待付"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "login/login",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "密码登录",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "search/search",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"enablePullDownRefresh": false
|
||||
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path": "location/location",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "选择城市"
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path": "notice/notice",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "通知公告"
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path": "notice/noticeDetail",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "资讯"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "search/searchList",
|
||||
"style": {
|
||||
"navigationBarTitleText": "资产列表",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"app-plus": {
|
||||
"pullToRefresh": {
|
||||
"support": true,
|
||||
"color": "#2979ff", //小圈圈的颜色
|
||||
"style": "circle" //小圈圈的样式
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path": "chooseAddress/index",
|
||||
"style": {
|
||||
"navigationBarBackgroundColor": "#f8f8f8",
|
||||
"navigationBarTitleText": "地图",
|
||||
"backgroundColorTop": "#f8f8f8",
|
||||
"backgroundColorBottom": "#ffffff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "chooseAddress/search",
|
||||
"style": {
|
||||
"navigationBarTitleText": "地址搜索"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "chooseAddress/cityList",
|
||||
"style": {
|
||||
"navigationBarTitleText": "选择城市"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "webview/webview",
|
||||
"style": {
|
||||
"navigationBarTitleText": "伍家国投"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "reserve/reserveRecords",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "我的预约",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "vr/vr",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "vr看资产",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "tool/calculator",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "计算器",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/detail/assetsDetail",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "资产详情",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/detail/addHouse",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "房源",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/detail/preHouse",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "预增房源",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/center/tips",
|
||||
"style" : {
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "避坑指南"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/center/order",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "我的委托",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/center/heart",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "收藏",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"path" : "pages/center/history",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "浏览记录",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},{
|
||||
"path" : "pages/profile/avatar",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "设置头像",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/chooseAddress/index",
|
||||
"style": {
|
||||
"navigationBarBackgroundColor":"#f8f8f8",
|
||||
"navigationBarTitleText":"地图",
|
||||
"backgroundColorTop": "#f8f8f8",
|
||||
"backgroundColorBottom":"#ffffff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/chooseAddress/search",
|
||||
"style" : {
|
||||
"navigationBarTitleText":"地址搜索"
|
||||
}
|
||||
"root": "pages-assets",
|
||||
"pages": [{
|
||||
"path": "assets/assetsDetail",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "资产详情",
|
||||
"enablePullDownRefresh": false,
|
||||
"componentPlaceholder": {
|
||||
"u-input": "view"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "discharge/leaseCancelList",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "退租申请",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "discharge/leaseCancel",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "退租申请",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "fallback/fallback",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "留言板",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "fallback/fallbackDetail",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTitleText": "留言详情",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
,{
|
||||
"path" : "pages/chooseAddress/cityList",
|
||||
"style" : {
|
||||
"navigationBarTitleText":"选择城市"
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/webview/webview",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "开源字节"
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/detail/evalList",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "房源评价",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path" : "pages/reserve/reserveRecords",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "我的预约",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/guestbook",
|
||||
"style": {
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "留言板",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/detail/guestbookDetail",
|
||||
"style": {
|
||||
"navigationStyle": "custom" ,// 隐藏系统导航栏
|
||||
"navigationBarTitleText": "留言详情",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
],
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "World",
|
||||
@@ -379,31 +315,29 @@
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#909399",
|
||||
"selectedColor": "#252B44",
|
||||
// "borderStyle": "#909399",
|
||||
"color": "#909399",
|
||||
"selectedColor": "#252B44",
|
||||
// "borderStyle": "#909399",
|
||||
"borderStyle": "white",
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [{
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "static/index.png",
|
||||
"selectedIconPath": "static/index-selected.png",
|
||||
"text": "首页"
|
||||
}, {
|
||||
"pagePath": "pages/center/center",
|
||||
"iconPath": "static/center.png",
|
||||
"selectedIconPath": "static/center-selected.png",
|
||||
"text": "我的"
|
||||
}]
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [{
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "static/index.png",
|
||||
"selectedIconPath": "static/index-selected.png",
|
||||
"text": "首页"
|
||||
}, {
|
||||
"pagePath": "pages/center/center",
|
||||
"iconPath": "static/center.png",
|
||||
"selectedIconPath": "static/center-selected.png",
|
||||
"text": "我的"
|
||||
}]
|
||||
},
|
||||
"condition" : { //模式配置,仅开发期间生效
|
||||
"condition": { //模式配置,仅开发期间生效
|
||||
"current": 0, //当前激活的模式(list 的索引项)
|
||||
"list": [
|
||||
{
|
||||
"name": "", //模式名称
|
||||
"path": "", //启动页面,必选
|
||||
"query": "" //启动参数,在页面的onLoad函数里面得到
|
||||
}
|
||||
]
|
||||
"list": [{
|
||||
"name": "", //模式名称
|
||||
"path": "", //启动页面,必选
|
||||
"query": "" //启动参数,在页面的onLoad函数里面得到
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user