|
@@ -70,7 +70,10 @@
|
70
|
70
|
</div>
|
71
|
71
|
</div>
|
72
|
72
|
<div class="commonBox">
|
73
|
|
- <div class="commonMessage" v-html="item.Hospitals.introduction"></div>
|
|
73
|
+ <!-- <div class="commonMessage" v-html="item.Hospitals.introduction"></div> -->
|
|
74
|
+ <div class="noImg">
|
|
75
|
+ <img src="../../../static/images/none2.png" alt />
|
|
76
|
+ </div>
|
74
|
77
|
</div>
|
75
|
78
|
</div>
|
76
|
79
|
|
|
@@ -90,7 +93,10 @@
|
90
|
93
|
<!-- <div class="commonImg">
|
91
|
94
|
<img src="static\images\img2.png" alt />
|
92
|
95
|
</div>-->
|
93
|
|
- <div class="commonMessage" v-html="item.Offices.introduction"></div>
|
|
96
|
+ <!-- <div class="commonMessage" v-html="item.Offices.introduction"></div> -->
|
|
97
|
+ <div class="noImg">
|
|
98
|
+ <img src="../../../static/images/none2.png" alt />
|
|
99
|
+ </div>
|
94
|
100
|
</div>
|
95
|
101
|
</div>
|
96
|
102
|
|
|
@@ -111,9 +117,15 @@
|
111
|
117
|
<div class="img">
|
112
|
118
|
<img :src="doc.dochead" style="width:100%;height:100%" alt />
|
113
|
119
|
</div>
|
114
|
|
- <div class="detail">
|
|
120
|
+ <!-- <div class="detail">
|
115
|
121
|
<p class="detailTitle">{{doc.doc_name}}</p>
|
116
|
122
|
<p class="detailMessage" v-html="doc.docintroduction"></p>
|
|
123
|
+
|
|
124
|
+ </div>-->
|
|
125
|
+ <div class="detail">
|
|
126
|
+ <div class="noImg">
|
|
127
|
+ <img src="../../../static/images/none2.png" alt />
|
|
128
|
+ </div>
|
117
|
129
|
</div>
|
118
|
130
|
</div>
|
119
|
131
|
<!-- <div class="contentOne">
|
|
@@ -319,8 +331,8 @@ export default {
|
319
|
331
|
if (response.data.state == 1) {
|
320
|
332
|
var navigation = response.data.data.navigation;
|
321
|
333
|
for (let index = 0; index < navigation.length; index++) {
|
322
|
|
- navigation[0].nonavimages = "https://images.shengws.com/2089_o_1571990714383.png";
|
323
|
|
-
|
|
334
|
+ navigation[0].nonavimages =
|
|
335
|
+ "https://images.shengws.com/2089_o_1571990714383.png";
|
324
|
336
|
}
|
325
|
337
|
console.log("navigation是什么", navigation);
|
326
|
338
|
this.navigationdata = navigation;
|
|
@@ -334,39 +346,39 @@ export default {
|
334
|
346
|
// window.location.href =
|
335
|
347
|
// "http://wx.kuyicloud.com/weixin/membershipagree/" + orgid;
|
336
|
348
|
this.$router.push({
|
337
|
|
- path:"/card",
|
|
349
|
+ path: "/card",
|
338
|
350
|
query: {
|
339
|
|
- orgid: orgid,
|
|
351
|
+ orgid: orgid
|
340
|
352
|
}
|
341
|
|
- })
|
|
353
|
+ });
|
342
|
354
|
} else if (title == "联系我们") {
|
343
|
355
|
this.$router.push({
|
344
|
356
|
path: "/contact",
|
345
|
357
|
query: {
|
346
|
358
|
orgid: orgid
|
347
|
359
|
}
|
348
|
|
- });
|
349
|
|
- }else if(title =="咨询客服"){
|
|
360
|
+ });
|
|
361
|
+ } else if (title == "咨询客服") {
|
350
|
362
|
// window.location.href = "http://wx.kuyicloud.com/weixin/im/"+orgid;
|
351
|
363
|
this.$router.push({
|
352
|
|
- path:"/custom",
|
|
364
|
+ path: "/custom",
|
353
|
365
|
query: {
|
354
|
|
- orgid:orgid
|
|
366
|
+ orgid: orgid
|
355
|
367
|
}
|
356
|
|
- })
|
357
|
|
- }else {
|
|
368
|
+ });
|
|
369
|
+ } else {
|
358
|
370
|
window.location.href = address;
|
359
|
371
|
}
|
360
|
372
|
},
|
361
|
373
|
|
362
|
|
- CallPhone(linktype, address,orgid) {
|
|
374
|
+ CallPhone(linktype, address, orgid) {
|
363
|
375
|
if (linktype == "2") {
|
364
|
376
|
this.$router.push({
|
365
|
|
- path:"/contactus",
|
366
|
|
- query:{
|
367
|
|
- orgid:orgid,
|
|
377
|
+ path: "/contactus",
|
|
378
|
+ query: {
|
|
379
|
+ orgid: orgid
|
368
|
380
|
}
|
369
|
|
- })
|
|
381
|
+ });
|
370
|
382
|
}
|
371
|
383
|
if (linktype == "3") {
|
372
|
384
|
window.location.href = "tel://" + address + "";
|
|
@@ -374,11 +386,11 @@ export default {
|
374
|
386
|
if (linktype == "4") {
|
375
|
387
|
// window.location.href = address;
|
376
|
388
|
this.$router.push({
|
377
|
|
- path:"custom",
|
378
|
|
- query:{
|
379
|
|
- orgid:orgid,
|
|
389
|
+ path: "custom",
|
|
390
|
+ query: {
|
|
391
|
+ orgid: orgid
|
380
|
392
|
}
|
381
|
|
- })
|
|
393
|
+ });
|
382
|
394
|
}
|
383
|
395
|
},
|
384
|
396
|
getData(orgid) {
|
|
@@ -393,11 +405,11 @@ export default {
|
393
|
405
|
created() {
|
394
|
406
|
const orgid = this.$route.query.orgid;
|
395
|
407
|
console.log("机构id是什么", orgid);
|
396
|
|
- this.getHospitaldata(orgid);
|
|
408
|
+ // this.getHospitaldata(orgid);
|
397
|
409
|
this.getArticlelist(orgid);
|
398
|
410
|
this.getActivities(orgid);
|
399
|
411
|
this.getDefalutNavigationData(orgid);
|
400
|
|
- // this.getData(orgid);
|
|
412
|
+ this.getData(orgid);
|
401
|
413
|
},
|
402
|
414
|
mounted() {
|
403
|
415
|
this.initSwiper();
|
|
@@ -493,7 +505,7 @@ export default {
|
493
|
505
|
}
|
494
|
506
|
}
|
495
|
507
|
.dynamic {
|
496
|
|
- margin-top: 1.875rem;
|
|
508
|
+ margin-top: 2.1875rem;
|
497
|
509
|
// border: solid 1px red;
|
498
|
510
|
}
|
499
|
511
|
.common_title {
|
|
@@ -590,7 +602,7 @@ export default {
|
590
|
602
|
// border: solid 1px red;
|
591
|
603
|
}
|
592
|
604
|
.common {
|
593
|
|
- margin-top: 1.875rem;
|
|
605
|
+ margin-top: 2.1875rem;
|
594
|
606
|
.commonBox {
|
595
|
607
|
margin: auto;
|
596
|
608
|
margin-top: 1.25rem;
|
|
@@ -603,6 +615,15 @@ export default {
|
603
|
615
|
overflow: hidden;
|
604
|
616
|
text-overflow: ellipsis;
|
605
|
617
|
// border: 1px solid #000;
|
|
618
|
+ .noImg {
|
|
619
|
+ width: 6.25rem;
|
|
620
|
+ height: 6.25rem;
|
|
621
|
+ margin: 0 auto;
|
|
622
|
+ img {
|
|
623
|
+ width: 6.25rem;
|
|
624
|
+ height: 6.25rem;
|
|
625
|
+ }
|
|
626
|
+ }
|
606
|
627
|
}
|
607
|
628
|
.commonImg {
|
608
|
629
|
width: 18.4375rem;
|
|
@@ -644,6 +665,18 @@ export default {
|
644
|
665
|
padding-right: 1rem;
|
645
|
666
|
}
|
646
|
667
|
}
|
|
668
|
+.detail {
|
|
669
|
+ height: 100%;
|
|
670
|
+ .noImg {
|
|
671
|
+ width: 3.125rem;
|
|
672
|
+ height: 3.125rem;
|
|
673
|
+ margin: 1.25rem auto 0;
|
|
674
|
+ img {
|
|
675
|
+ width: 3.125rem;
|
|
676
|
+ height: 3.125rem;
|
|
677
|
+ }
|
|
678
|
+ }
|
|
679
|
+}
|
647
|
680
|
.detailBox {
|
648
|
681
|
margin-top: 0.625rem;
|
649
|
682
|
.activityTime {
|