|
@@ -97,10 +97,13 @@ Page({
|
|
|
end: End,
|
|
|
})
|
|
|
console.log('istoday', this.data.istoday);
|
|
|
- this.gethomestay()
|
|
|
- this.getroom()
|
|
|
- this.getpic()
|
|
|
- this.getcurrentdate()
|
|
|
+ this.hanshu()
|
|
|
+ },
|
|
|
+ async hanshu(){
|
|
|
+ await this.gethomestay()
|
|
|
+ await this.getroom()
|
|
|
+ await this.getpic()
|
|
|
+ await this.getcurrentdate()
|
|
|
},
|
|
|
|
|
|
/**
|
|
@@ -279,7 +282,7 @@ Page({
|
|
|
width: 30,
|
|
|
height: 30,
|
|
|
callout: {
|
|
|
- content: address, // 可以显示解析出的地址
|
|
|
+ content: this.data.storeList[0].storeName, // 可以显示解析出的地址
|
|
|
color: '#ffffff',
|
|
|
bgColor: '#7F56B2',
|
|
|
padding: 10,
|