优化报修功能

This commit is contained in:
java110 2021-06-30 11:16:35 +08:00
parent fb74a8aa81
commit 08d1a1faf9
3 changed files with 15 additions and 19 deletions

View File

@ -76,16 +76,11 @@ export function getCategoryList() {
src: "/static/images/index_openDoor.png",
href: "/pages/openDoor/openDoor"
}, {
name: "房屋出租",
src: "/static/images/index_openDoor.png",
href: "/pages/hireRoom/hireRoom"
name: "联系客服",
src: "/static/images/index_persion.png",
href: "callProperty"
}],
pagetwo: [{
name: "联系客服",
src: "/static/images/index_persion.png",
href: "callProperty"
},
{
name: "车位申请",
src: "/static/images/index_parking.png",
href: "/pages/applyparking/applyparking"
@ -100,11 +95,11 @@ export function getCategoryList() {
src: "/static/images/index_openDoor.png",
href: "/pages/roomRenovation/roomRenovation"
},
{
name: "临时车收费",
src: "/static/images/index_openDoor.png",
href: "/pages/tempParkingFee/tempParkingFee"
},
// {
// name: "临时车收费",
// src: "/static/images/index_openDoor.png",
// href: "/pages/tempParkingFee/tempParkingFee"
// },
{
name: "合同费用",
src: "/static/images/index_property.png",
@ -115,7 +110,7 @@ export function getCategoryList() {
src: "/static/images/index_property.png",
href: "/pages/questionAnswer/questionAnswer"
}
]
};
}
@ -137,7 +132,8 @@ export function loadActivites(dataObj) {
let _activites = res.data.activitiess;
let _acts = [];
_activites.forEach(function(_item) {
_item.src = url.filePath + "?fileId=" + _item.headerImg + "&communityId=" + dataObj.communityId +
_item.src = url.filePath + "?fileId=" + _item.headerImg +
"&communityId=" + dataObj.communityId +
"&time=" + new Date();
_item.startTime = dateTimeStringToDateString(_item.startTime);

View File

@ -12,7 +12,7 @@
// 服务器域名 公众号时,配置为 / 就可以
const baseUrl = '/';
// #endif
const commonBaseUrl = 'https://hc.demo.winqi.cn/';
const commonBaseUrl = 'http://demo.homecommunity.cn/';
//商城的url
const mallUrl = 'http://mallapp.homecommunity.cn/';
@ -24,7 +24,7 @@ const mallUrlRefresh = mallUrl + "#/pages/mallTokenRefresh/mallTokenRefresh?mall
// #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址
const baseUrl = 'https://hc.demo.winqi.cn/';
const baseUrl = 'http://demo.homecommunity.cn/';
// #endif
//默认的小区ID和名称用户还没有登录时显示的小区信息

View File

@ -160,8 +160,8 @@
],
repairTypes: [],
repairTypeIndex: 0,
repairScopeIndex: 0,
repairObjType: '001',
repairScopeIndex: 3,
repairObjType: '004',
repairObjId: '',
repairObjName: '',
floorNum: '',