|
@@ -157,38 +157,7 @@
|
157
|
157
|
|
158
|
158
|
|
159
|
159
|
|
160
|
|
- <!-- 联系我们页面 -->
|
161
|
|
- <div class="scroll" v-show="contactShow" style="padding:15px 4%;">
|
162
|
|
- <div v-for="item in this.ordmodel" :key="item.id">
|
163
|
|
- <div v-if="item.mode_type == 1" class="contractmodeone">
|
164
|
|
- <mt-swipe :auto="4000" class="swipertwo">
|
165
|
|
- <mt-swipe-item v-for="it in item.Conrotation" :key="it.id">
|
166
|
|
- <img :src="it.images" style="width:100%;height:100%" >
|
167
|
|
- </mt-swipe-item>
|
168
|
|
- </mt-swipe>
|
169
|
|
- </div>
|
170
|
|
-
|
171
|
|
- <div v-if="item.mode_type == 2" class="oldmodetwo">
|
172
|
|
- <div><span>{{item.title}}: {{item.Hosaddress.address}}</span></div>
|
173
|
|
- </div>
|
174
|
|
- <div v-if="item.mode_type == 3">
|
175
|
|
- <div class="oldmodeone" v-for="it in Connectways" :key="it.id">
|
176
|
|
- <div class="oldmodefive">
|
177
|
|
- <span>{{it.title}}: {{it.content}}</span>
|
178
|
|
- </div>
|
179
|
|
- <div class="oldmodesix" @click="tallPhone(it.content)">
|
180
|
|
- <img src="static/images/u318.png" style="width 100%;height:100%">
|
181
|
|
- </div>
|
182
|
|
- </div>
|
183
|
|
- </div>
|
184
|
|
- <div class="oldmodefour" v-if="item.mode_type == 4">
|
185
|
|
- <div><span>{{item.title}}: {{item.Worktime.worktime}}</span></div>
|
186
|
|
- </div>
|
187
|
|
- <div class="oldmodethree" v-if="item.mode_type == 5">
|
188
|
|
- <div><span>{{item.title}}: {{item.Rideway.ride_way}}</span></div>
|
189
|
|
- </div>
|
190
|
|
- </div>
|
191
|
|
- </div>
|
|
160
|
+
|
192
|
161
|
|
193
|
162
|
<!-- 返回首页 -->
|
194
|
163
|
<div class="showindex" v-show="showindex" @click="returnIndex()">
|
|
@@ -227,8 +196,7 @@
|
227
|
196
|
import {uParseTime} from "@/utils/tools";
|
228
|
197
|
Vue.component(Swipe.name, Swipe);
|
229
|
198
|
Vue.component(SwipeItem.name, SwipeItem);
|
230
|
|
- import { getHospitaldata,getArticlelist,getActivities,officemore,docmore,kemore,articlemore,Activitiesmore,getDefalutNavigationData,getOrderModel,getAllConnecWay,
|
231
|
|
- singleActivitInfo,singleDoctorInfo,GetRotationLinkAddress} from '@/api/micro/micro'
|
|
199
|
+ import { getHospitaldata,getArticlelist,getActivities,getDefalutNavigationData,GetRotationLinkAddress} from '@/api/micro/micro'
|
232
|
200
|
import { link } from 'fs';
|
233
|
201
|
export default {
|
234
|
202
|
name: "micro",
|
|
@@ -236,8 +204,6 @@ import { link } from 'fs';
|
236
|
204
|
return{
|
237
|
205
|
patientModels:[],
|
238
|
206
|
hospitalform:[],
|
239
|
|
- Articlelist:[],
|
240
|
|
- Activitieslist:[],
|
241
|
207
|
officeform:[],
|
242
|
208
|
editdocfrom:[],
|
243
|
209
|
keEnvironmentImages:[],
|
|
@@ -255,8 +221,6 @@ import { link } from 'fs';
|
255
|
221
|
navigationdata:[],
|
256
|
222
|
contactShow:false,
|
257
|
223
|
modelshow:true,
|
258
|
|
- ordmodel:[],
|
259
|
|
- Connectways:[],
|
260
|
224
|
defalutshow:false,
|
261
|
225
|
singleDoctorshow:false,
|
262
|
226
|
singleArticleshow:false,
|
|
@@ -399,7 +363,7 @@ import { link } from 'fs';
|
399
|
363
|
this.docshow = false;
|
400
|
364
|
this.modelshow = false;
|
401
|
365
|
this.contactShow = true;
|
402
|
|
- this.getOrderModel(orgid);
|
|
366
|
+ this.getOrderModel(this.$route.query.orgid);
|
403
|
367
|
|
404
|
368
|
}
|
405
|
369
|
if(title == "在线客服"){
|
|
@@ -464,28 +428,28 @@ import { link } from 'fs';
|
464
|
428
|
if(response.data.state == 1){
|
465
|
429
|
var navigation = response.data.data.navigation;
|
466
|
430
|
this.navigationdata = navigation;
|
467
|
|
- console.log("旺仔小牛奶",navigation)
|
|
431
|
+
|
468
|
432
|
}
|
469
|
433
|
})
|
470
|
434
|
},
|
471
|
|
-
|
472
|
435
|
getOrderModel(orgid){
|
473
|
|
- getOrderModel(orgid).then(response=>{
|
474
|
|
- if(response.data.state == 1){
|
475
|
|
- var ordmodel = response.data.data.ordmodel;
|
476
|
|
- this.ordmodel = response.data.data.ordmodel;
|
477
|
|
- console.log("mawenqiang",this.ordmodel)
|
478
|
|
- }
|
479
|
|
- })
|
480
|
|
- },
|
481
|
|
- getAllConnecWay(orgid){
|
482
|
|
- getAllConnecWay(orgid).then(response=>{
|
483
|
|
- if(response.data.state == 1){
|
484
|
|
- var connect = response.data.data.connect;
|
485
|
|
- this.Connectways = connect;
|
486
|
|
- }
|
487
|
|
- })
|
488
|
|
- },
|
|
436
|
+ this.$router.push({
|
|
437
|
+ path:"/contactus",
|
|
438
|
+ query:{
|
|
439
|
+ orgid:orgid,
|
|
440
|
+ }
|
|
441
|
+ })
|
|
442
|
+ },
|
|
443
|
+ // getOrderModel(orgid){
|
|
444
|
+ // getOrderModel(orgid).then(response=>{
|
|
445
|
+ // if(response.data.state == 1){
|
|
446
|
+ // var ordmodel = response.data.data.ordmodel;
|
|
447
|
+ // this.ordmodel = response.data.data.ordmodel;
|
|
448
|
+
|
|
449
|
+ // }
|
|
450
|
+ // })
|
|
451
|
+ // },
|
|
452
|
+
|
489
|
453
|
|
490
|
454
|
NavigationClick(title,address,orgid){
|
491
|
455
|
if(title == "医院介绍" && address == ""){
|
|
@@ -647,9 +611,6 @@ import { link } from 'fs';
|
647
|
611
|
}
|
648
|
612
|
})
|
649
|
613
|
},
|
650
|
|
- tallPhone(content){
|
651
|
|
- window.location.href = 'tel://'+content+'';
|
652
|
|
- }
|
653
|
614
|
},
|
654
|
615
|
created(){
|
655
|
616
|
const orgid = this.$route.query.orgid;
|
|
@@ -658,8 +619,7 @@ import { link } from 'fs';
|
658
|
619
|
this.getArticlelist(orgid);
|
659
|
620
|
this.getActivities(orgid);
|
660
|
621
|
this.getDefalutNavigationData(orgid);
|
661
|
|
- this.getOrderModel(orgid);
|
662
|
|
- this.getAllConnecWay(orgid);
|
|
622
|
+
|
663
|
623
|
},
|
664
|
624
|
updated(){
|
665
|
625
|
let obj = document.getElementById('content');
|