接口引入地图找房state

This commit is contained in:
A1300399510 2023-07-04 19:16:06 +08:00
parent 83e75412af
commit 90c139f358
3 changed files with 2 additions and 7 deletions

4
app.js
View File

@ -127,8 +127,6 @@ App({
onShow: function (options) {
// console.log('onShow', options)
this.globalData.source = options.path || '';
},
onHide: function () {
@ -184,6 +182,6 @@ App({
6: "#b3c7f4"
},
isMapFindState: true, // 地图找房入口
isMapFindState: false, // 地图找房入口
}
})

View File

@ -991,12 +991,8 @@ Page({
ele['locationList'] = locationList
} else if (location[pendingData]) ele['location'] = `${location[Math.trunc(pendingData)]} > ${location[pendingData]}`
console.log(ele, "ele");
if (ele['timestamp']) ele['timestamp'] = this.formatDate(ele['timestamp'])
})
let tab = this.data.tab

View File

@ -54,6 +54,7 @@ function sendData(code) {
app.globalData.StudentapartmentNew = data.StudentapartmentNew;
app.globalData.listTab = data.listTab;
app.globalData.wechat = data.wechat;
app.globalData.isMapFindState = data.isMapFindState;
app.globalData.header = {
'content-type': 'application/json',