接口引入地图找房state
This commit is contained in:
parent
83e75412af
commit
90c139f358
4
app.js
4
app.js
@ -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, // 地图找房入口
|
||||
}
|
||||
})
|
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user