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