Files
aishangjia-uniapp/pages.json
赵忠林 1bf7caf34e feat(house): 添加房源卖价和总价功能并优化分享流程
- 在房源添加页面添加卖价(元/平)和总价(万)输入字段
- 实现卖价变动时总价自动计算功能
- 在房源详情页显示卖价和总价信息
- 调整物业费显示位置提升界面布局合理性
- 更新服务器配置地址从gxwebsoft.com到websoft.top
- 替换必看好房标签为特价好房标签统一显示
- 修复房源详情页分享功能和海报生成流程
- 添加跟进记录页面和相应跳转功能
- 优化房源管理页面删除按钮显示逻辑
- 实现闪屏页跳过功能和登录状态记忆
- 添加房源海报生成组件支持分享推广
- 修复分享路径参数传递和用户信息存储
2026-02-13 19:37:24 +08:00

190 lines
4.2 KiB
JSON
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"tabBar": {
"color": "#333333",
"selectedColor": "#3f72f4",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-active.png",
"text": "首页"
},
{
"pagePath": "pages/house/house",
"iconPath": "static/tabbar/house.png",
"selectedIconPath": "static/tabbar/house-active.png",
"text": "找房"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/tabbar/user.png",
"selectedIconPath": "static/tabbar/user-active.png",
"text": "我的"
}
]
},
"subPackages": [{
"root": "sub_pages",
"pages": [
{
"path": "checkout/checkout",
"style": {
"navigationBarTitleText": "预约看房",
"enablePullDownRefresh": false
}
},
{
"path": "contact/contact",
"style": {
"navigationBarTitleText": "联系客服",
"enablePullDownRefresh": false
}
},
{
"path": "feedback/feedback",
"style": {
"navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": false
}
},
{
"path": "house/house",
"style": {
"navigationBarTitleText": "房源管理",
"enablePullDownRefresh": false
}
}, {
"path": "house/add",
"style": {
"navigationBarTitleText": "添加房源",
"enablePullDownRefresh": false
}
},{
"path": "house/detail",
"style": {
"navigationBarTitleText": "房源详情",
"enablePullDownRefresh": false
}
},{
"path": "house/record",
"style": {
"navigationBarTitleText": "跟进记录",
"enablePullDownRefresh": false
}
}
]
}],
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/flash/index",
"style": {
"navigationBarTitleText": "引导页",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "爱尚家",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/notice/notice",
"style": {
"navigationBarTitleText": "消息",
"enablePullDownRefresh": false
}
},
{
"path": "pages/search/index",
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "爱尚家"
}
},
{
"path": "pages/help/xieyi",
"style": {
"navigationBarTitleText": "租赁服务协议与隐私协议"
}
},
{
"path": "uni_modules/uni-pay/pages/ad-interactive-webview/ad-interactive-webview",
"style": {
"backgroundColor": "#F8F8F8",
"navigationBarTitleText": "ad"
}
},
{
"path": "pages/user/password/password",
"style": {
"navigationBarTitleText": "修改密码",
"enablePullDownRefresh": false
}
},
{
"path": "pages/house/house",
"style": {
"navigationBarTitleText": "房源列表",
"enablePullDownRefresh": false
}
},
{
"path": "pages/house/liked",
"style": {
"navigationBarTitleText": "收藏房源",
"enablePullDownRefresh": false
}
},
{
"path": "pages/house/views",
"style": {
"navigationBarTitleText": "浏览历史",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
// #ifdef H5
// "navigationStyle": "custom",
"maxWidth": 750,
"rpxCalcMaxDeviceWidth": 750, // rpx 计算所支持的最大设备宽度,单位 px默认值为 960
"rpxCalcBaseDeviceWidth": 560, // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px默认值为 375
"rpxCalcIncludeWidth": 9999, // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx默认值为 750
// #endif
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "爱尚家",
"navigationBarTextStyle": "black",
"backgroundTextStyle": "dark"
},
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
}
}