Pārlūkot izejas kodu

mingsuxiangxi page

邹能昇 4 mēneši atpakaļ
vecāks
revīzija
7e09f36975

+ 8 - 5
nova-tourism/pages/homestay/homestay-detail/index.js

@@ -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,