Browse Source

微网站

xiaoming_global 5 years ago
parent
commit
c83ea7bfef
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/scrm_pages/microHome/microHome.vue

+ 3 - 3
src/scrm_pages/microHome/microHome.vue View File

51
               </div>
51
               </div>
52
               <div class="detail">
52
               <div class="detail">
53
                 <p class="detailTitle">{{it.title}}</p>
53
                 <p class="detailTitle">{{it.title}}</p>
54
-                <!-- <p class="detailMessage"></p> -->
54
+                <p class="detailMessage">{{it.content}}</p>
55
               </div>
55
               </div>
56
             </div>
56
             </div>
57
           </div>
57
           </div>
358
   created() {
358
   created() {
359
     const orgid = this.$route.query.orgid;
359
     const orgid = this.$route.query.orgid;
360
     console.log("机构id是什么", orgid);
360
     console.log("机构id是什么", orgid);
361
-    // this.getHospitaldata(orgid);
361
+    this.getHospitaldata(orgid);
362
     this.getArticlelist(orgid);
362
     this.getArticlelist(orgid);
363
     this.getActivities(orgid);
363
     this.getActivities(orgid);
364
     this.getDefalutNavigationData(orgid);
364
     this.getDefalutNavigationData(orgid);
365
-    this.getData(orgid);
365
+    // this.getData(orgid);
366
   },
366
   },
367
   mounted() {
367
   mounted() {
368
     this.initSwiper();
368
     this.initSwiper();