index.vue 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221
  1. <template>
  2. <div class="home-page">
  3. <!-- 头部导航 -->
  4. <header-nav :id="id"/>
  5. <!-- 轮播图部分 -->
  6. <div class="w" style="overflow: hidden; margin-top: 20px;">
  7. <!-- 轮播图 -->
  8. <div class="wsix lunbo">
  9. <div class="swiper-container biglunbo" id="swiper1">
  10. <div class="swiper-wrapper">
  11. <div class="swiper-slide" v-for="(item, index) in picOne">
  12. <img :src="item.url">
  13. </div>
  14. </div>
  15. <div class="swiper-button-prev"></div>
  16. <div class="swiper-button-next"></div>
  17. </div>
  18. </div>
  19. <div class="wfour content">
  20. <!-- 服务项目 -->
  21. <div class="fwtitle">
  22. <span class="vertical"></span>
  23. <span class="text">{{this.PageNameNine}}</span>
  24. <span class="article"></span>
  25. </div>
  26. <div class="fwcont">
  27. <ul>
  28. <li>
  29. <img src="../assets/image/fuwu.jpg">
  30. <span>医疗管理</span>
  31. </li>
  32. <li>
  33. <img src="../assets/image/fuwu.jpg">
  34. <span>管理咨询</span>
  35. </li>
  36. <li>
  37. <img src="../assets/image/fuwu.jpg">
  38. <span>沙龙活动</span>
  39. </li>
  40. <li>
  41. <img src="../assets/image/fuwu.jpg">
  42. <span>研究会议</span>
  43. </li>
  44. <li>
  45. <img src="../assets/image/fuwu.jpg">
  46. <span>行业合作</span>
  47. </li>
  48. <li>
  49. <img src="../assets/image/fuwu.jpg">
  50. <span>学术研究</span>
  51. </li>
  52. </ul>
  53. </div>
  54. <!-- 医政沙龙风采 -->
  55. <div class="slcont">
  56. <div class="fwtitle">
  57. <span class="vertical"></span>
  58. <span class="text">{{this.dragonName}}</span>
  59. <span class="article"></span>
  60. </div>
  61. <div class="dragon">
  62. <ul v-for="(item, index) in dragonList">
  63. <li>
  64. <a href="sharon">{{item.title}}</a>
  65. <p>{{item.newsAbstract}}</p>
  66. </li>
  67. </ul>
  68. </div>
  69. <!-- <ul>
  70. <li>
  71. <h5><a href="">中国医政管理沙龙第116次</a></h5>
  72. <p>2016年春运火车票将从下周四开始发售。根据铁总官方……</p>
  73. <div class="xline"></div>
  74. </li>
  75. <li>
  76. <h5><a href="">中国医政管理沙龙第116次</a></h5>
  77. <p>2016年春运火车票将从下周四开始发售。根据铁总官方……</p>
  78. <div class="xline"></div>
  79. </li>
  80. <li>
  81. <h5><a href="">中国医政管理沙龙第116次</a></h5>
  82. <p>2016年春运火车票将从下周四开始发售。根据铁总官方……</p>
  83. <div class="xline"></div>
  84. </li>
  85. </ul> -->
  86. </div>
  87. </div>
  88. </div>
  89. <!-- 医院评审动态和医院管理制度和医政新闻部分 -->
  90. <div class="w" style="overflow: hidden; margin-top: 20px;">
  91. <div class="wsix case" style="overflow: hidden;">
  92. <!-- 医院评审动态 -->
  93. <div style="width: 49%;overflow: hidden; float: left;">
  94. <div class="fwtitle">
  95. <span class="vertical"></span>
  96. <span class="text">{{this.PageNameOne}}</span>
  97. <span class="article"></span>
  98. </div>
  99. <div>
  100. <div style="padding-left: 10px;padding-right: 10px">
  101. <ul>
  102. <li v-for="(item, index) in doctorReview">
  103. <a href="reviewhospital">{{item.title}}</a>
  104. </li>
  105. </ul>
  106. </div>
  107. </div>
  108. </div>
  109. <!-- 医院管理制度 -->
  110. <div style="width: 49%; overflow: hidden; float: left; margin-left: 2%;">
  111. <div class="fwtitle">
  112. <span class="vertical"></span>
  113. <span class="text">{{this.PageNameThree}}</span>
  114. <span class="article"></span>
  115. </div>
  116. <div>
  117. <div style="padding-left: 10px;padding-right: 10px">
  118. <ul>
  119. <li v-for="(item, index) in doctorSystem"><a href="managementhospital">{{item.title}}</a></li>
  120. </ul>
  121. </div>
  122. </div>
  123. </div>
  124. </div>
  125. <!-- 医政新闻 -->
  126. <div class="wfour smell">
  127. <div class="fwtitle">
  128. <span class="vertical"></span>
  129. <span class="text">{{this.PageNameTwo}}</span>
  130. <span class="article"></span>
  131. </div>
  132. <div>
  133. <ul v-for="(item, index) in doctorNews">
  134. <li><a href="news">{{item.title}}</a></li>
  135. </ul>
  136. </div>
  137. <div style="margin-top: 6px;">
  138. <div class="swiper-container smalllunbo" id="swiper2">
  139. <div class="swiper-wrapper">
  140. <div class="swiper-slide" v-for="(item, index) in picOne">
  141. <img :src="item.url">
  142. </div>
  143. </div>
  144. <div class="swiper-button-prev"></div>
  145. <div class="swiper-button-next"></div>
  146. </div>
  147. </div>
  148. </div>
  149. </div>
  150. <!-- gif图片部分 -->
  151. <div class="w" style="overflow: hidden; margin-top: 20px;">
  152. <div style="width: 962px; height: 170px;">
  153. <!-- GIF图片部分占位 -->
  154. <img :src="picTwo.url" style="width: 100%;height: 100%;">
  155. </div>
  156. </div>
  157. <!-- 医政风采与新规政策部分 -->
  158. <div class="w" style="overflow: hidden; margin-top: 20px;">
  159. <div class="wsix wikipedia" style="overflow: hidden;">
  160. <div class="fwtitle">
  161. <span class="vertical"></span>
  162. <span class="text">{{this.PageNameSix}}</span>
  163. <span class="article"></span>
  164. </div>
  165. <div class="hycont">
  166. <ul v-for="(item, index) in doctorDemeanour">
  167. <li>
  168. <a href="doctorpolitical">{{item.title}}</a>
  169. <p>{{item.newsAbstract}}</p>
  170. </li>
  171. </ul>
  172. </div>
  173. </div>
  174. <!-- 新规新政 -->
  175. <div class="wfour newdeal">
  176. <div class="fwtitle">
  177. <span class="vertical"></span>
  178. <span class="text">{{this.PageNameFour}}</span>
  179. <span class="article"></span>
  180. </div>
  181. <div class="rules">
  182. <div style="margin-top: 20px;">
  183. <ul v-for="(item, index) in newRules">
  184. <li><a href="newrules">{{item.title}}</a></li>
  185. </ul>
  186. </div>
  187. </div>
  188. </div>
  189. </div>
  190. <!-- 站点导航部分 -->
  191. <div class="w" style="overflow: hidden; margin-top: 20px;">
  192. <div class="zdNav">
  193. <div class="fwtitle">
  194. <span class="vertical"></span>
  195. <span class="text">站点导航</span>
  196. <span class="article"></span>
  197. </div>
  198. </div>
  199. <div class="zdPic">
  200. <div>
  201. <div>
  202. <img src="../assets/image/1one.png">
  203. </div>
  204. <span>公积金开户缴存</span>
  205. </div>
  206. <div>
  207. <div>
  208. <img src="../assets/image/1two.png">
  209. </div>
  210. <span>我要提取</span>
  211. </div>
  212. <div>
  213. <div>
  214. <img src="../assets/image/1three.png">
  215. </div>
  216. <span>我要贷款</span>
  217. </div>
  218. <div>
  219. <div>
  220. <img src="../assets/image/1four.png">
  221. </div>
  222. <span>我要查询</span>
  223. </div>
  224. <div>
  225. <div>
  226. <img src="../assets/image/1five.png">
  227. </div>
  228. <span>公积金转移</span>
  229. </div>
  230. <div>
  231. <div>
  232. <img src="../assets/image/1six.png">
  233. </div>
  234. <span>经办网点</span>
  235. </div>
  236. </div>
  237. </div>
  238. <!-- 专家风采部分 -->
  239. <div class="w" style="overflow: hidden; margin-top: 20px;">
  240. <div class="handpick">
  241. <div class="fwtitle">
  242. <span class="vertical"></span>
  243. <span class="text">{{this.PageNameFive}}</span>
  244. <span class="article"></span>
  245. </div>
  246. </div>
  247. <!-- 占位轮训播放图 -->
  248. <div style="width: 962px; height: 170px;">
  249. <template>
  250. <vue-seamless-scroll :data="newsList" :class-option="optionLeft" class="seamless-warp3">
  251. <ul class="jxPic" style="overflow: hidden;">
  252. <li v-for="item in newsList">
  253. <img :src="item.imgs" style="height: 160px;">
  254. </li>
  255. </ul>
  256. </vue-seamless-scroll>
  257. </template>
  258. </div>
  259. </div>
  260. <!-- 卫生节日一览部分 -->
  261. <div class="w" style="overflow: hidden; margin-top: 20px;" @click="$router.push('/healthfestival')">
  262. <div class="handpick">
  263. <div class="fwtitle">
  264. <span class="vertical"></span>
  265. <span class="text">{{this.PageNameEight}}</span>
  266. <span class="article" style="height: 3px;margin-left: 5px; width: 85.08%; background-color: #eeeeee; display: inline-block;"></span>
  267. </div>
  268. </div>
  269. <!-- 占位 -->
  270. <div class="health">
  271. <template>
  272. <vue-seamless-scroll :data="listData" class="seamless-warp" :class-option="optionSetting">
  273. <ul>
  274. <li v-for="item in listData" style="overflow: hidden; margin-top: 20px;">
  275. <div class="wscont">
  276. <span class="title" v-text="item.title"></span><span class="date" v-text="item.date"></span>
  277. </div>
  278. <div class="wscont">
  279. <span class="title" v-text="item.titletwo"></span><span class="date" v-text="item.datatwo"></span>
  280. </div>
  281. <div class="wscont">
  282. <span class="title" v-text="item.titlefour"></span><span class="date" v-text="item.datafour"></span>
  283. </div>
  284. </li>
  285. </ul>
  286. </vue-seamless-scroll>
  287. </template>
  288. </div>
  289. </div>
  290. <!-- 医政风采部分 -->
  291. <div class="w" style="overflow: hidden; margin-top: 20px;">
  292. <div class="handpick">
  293. <div class="fwtitle">
  294. <span class="vertical"></span>
  295. <span class="text">{{this.PageNameSix}}</span>
  296. <span class="article"></span>
  297. </div>
  298. </div>
  299. <div class="people">
  300. <div class="swiper-container peoplelunbo" id="swiper3">
  301. <div class="swiper-wrapper">
  302. <div class="swiper-slide">
  303. <img src="../assets/image/tmpone.jpg">
  304. </div>
  305. <div class="swiper-slide">
  306. <img src="../assets/image/tmptwo.jpg">
  307. </div>
  308. </div>
  309. <div class="swiper-button-prev"></div>
  310. <div class="swiper-button-next"></div>
  311. </div>
  312. </div>
  313. <!-- 专家风采 -->
  314. <div class="experts">
  315. <div class="fwtitle">
  316. <span class="vertical"></span>
  317. <span class="text">{{this.PageNameFive}}</span>
  318. <span class="article"></span>
  319. </div>
  320. <div class="wikipedia">
  321. <ul v-for="(item, index) in expertsContent">
  322. <li>
  323. <a href="experts">{{item.title}}</a>
  324. <p>{{item.newsAbstract}}</p>
  325. </li>
  326. </ul>
  327. </div>
  328. </div>
  329. <!-- 护理天地部分 -->
  330. <div class="ourselves">
  331. <div class="fwtitle">
  332. <span class="vertical"></span>
  333. <span class="text">{{this.PageNameSeven}}</span>
  334. <span class="article"></span>
  335. </div>
  336. <div>
  337. <ul v-for="(item, index) in nursingWorld">
  338. <li>
  339. <a href="nursing">{{item.title}}</a>
  340. <p>{{item.newsAbstract}}</p>
  341. </li>
  342. </ul>
  343. </div>
  344. </div>
  345. </div>
  346. <!-- 友情链接部分 -->
  347. <div class="w friendship" style="overflow: hidden; margin-top: 20px;">
  348. <div class="fwtitle">
  349. <span class="vertical"></span>
  350. <span class="text">友情链接</span>
  351. <span class="article"></span>
  352. </div>
  353. <div class="fsPic">
  354. <ul>
  355. <li v-for="(item, index) in friendshipList" @click="jumpFriendship(item)">
  356. <img :src="item.photoUrl">
  357. </li>
  358. </ul>
  359. </div>
  360. </div>
  361. <footer-nav/>
  362. </div>
  363. </template>
  364. <script>
  365. import Swiper from 'swiper';
  366. import headerNav from '@/components/header';
  367. import footerNav from '@/components/footer';
  368. export default {
  369. data() {
  370. return {
  371. id: 1,
  372. usertable: [],
  373. picOne: [],
  374. picTwo: {},
  375. friendshipList: [],
  376. PageNameOne: '',
  377. PageNameTwo: '',
  378. PageNameThree: '',
  379. PageNameFour: '',
  380. PageNameFive: '',
  381. PageNameSix: '',
  382. PageNameSeven: '',
  383. PageNameEight: '',
  384. PageNameNine: '',
  385. //二级医政沙龙风采
  386. dragonName: '',
  387. dragonList: [],
  388. // 服务项目内容
  389. serviceList: [],
  390. // 医政沙龙风采内容
  391. doctorDragon: [],
  392. //医政评审动态内容
  393. doctorReview: [],
  394. // 医政新闻内容
  395. doctorNews: [],
  396. //医政管理制度内容
  397. doctorSystem: [],
  398. //新规新政内容
  399. newRules: [],
  400. //专家风采内容
  401. expertsContent: [],
  402. // //医政风采内容
  403. doctorDemeanour: [],
  404. //护理天地内容
  405. nursingWorld: [],
  406. newsList: [
  407. {
  408. 'imgs': require('../assets/image/1.jpg'),
  409. },
  410. {
  411. 'imgs': require('../assets/image/2.jpg'),
  412. },
  413. {
  414. 'imgs': require('../assets/image/3.jpg'),
  415. },
  416. {
  417. 'imgs': require('../assets/image/4.jpg'),
  418. },
  419. {
  420. 'imgs': require('../assets/image/5.jpg'),
  421. },
  422. ],
  423. listData: [
  424. {
  425. 'title': '世界防治麻风病日',
  426. 'date': '1月最后一个星期日',
  427. 'titletwo': '世界癌症日',
  428. 'datatwo': '2月4日',
  429. 'titlefour': '世界罕见病日',
  430. 'datafour': '2月的最后一天'
  431. }, {
  432. 'title': '全国爱耳日',
  433. 'date': '3月3日',
  434. 'titletwo': '世界青光眼日',
  435. 'datatwo': '3月6日',
  436. 'titlefour': '中国国医节',
  437. 'datafour': '3月17日'
  438. }, {
  439. 'title': '全国爱肝日',
  440. 'date': '3月18日',
  441. 'titletwo': '世界肾脏日',
  442. 'datatwo': '3月份的第二个星期四',
  443. 'titlefour': '世界睡眠日',
  444. 'datafour': '3月21日'
  445. }, {
  446. 'title': '世界防治结核病日',
  447. 'date': '3月24日',
  448. 'titletwo': '全国爱国卫生月',
  449. 'datatwo': '4月',
  450. 'titlefour': '世界自闭症日',
  451. 'datafour': '4月2日'
  452. }, {
  453. 'title': '世界卫生日',
  454. 'date': '4月7日',
  455. 'titletwo': '世界帕金森病日',
  456. 'datatwo': '4月11日',
  457. 'titlefour': '全国肿瘤防治宣传周',
  458. 'datafour': '4月15日~21日'
  459. }, {
  460. 'title': '全国爱鼻日',
  461. 'date': '4月的第二个星期六',
  462. 'titletwo': '世界血友病日',
  463. 'datatwo': '4月17日',
  464. 'titlefour': '世界防治疟疾日',
  465. 'datafour': '4月25日'
  466. }, {
  467. 'title': '全国儿童预防接种宣传日',
  468. 'date': '4月25日',
  469. 'titletwo': '世界安全生产与健康日',
  470. 'datatwo': '4月28日',
  471. 'titlefour': '世界防治哮喘日',
  472. 'datafour': '5月的第一个周二'
  473. }, {
  474. 'title': '世界红十字日',
  475. 'date': '5月8日',
  476. 'titletwo': '国际护士节',
  477. 'datatwo': '5月12日',
  478. 'titlefour': '全国碘缺乏病日',
  479. 'datafour': '5月15日'
  480. }, {
  481. 'title': '世界高血压日',
  482. 'date': '5月17日',
  483. 'titletwo': '全国学生营养日',
  484. 'datatwo': '5月20日',
  485. 'titlefour': '全国母乳喂养宣传日',
  486. 'datafour': '5月20日'
  487. }, {
  488. 'title': '世界向人体条件挑战日',
  489. 'date': '5月26日',
  490. 'titletwo': '世界无烟日',
  491. 'datatwo': '5月31日',
  492. 'titlefour': '世界牛奶日',
  493. 'datafour': '6月1日'
  494. }, {
  495. 'title': '全国爱眼日',
  496. 'date': '6月6日',
  497. 'titletwo': '世界献血日',
  498. 'datatwo': '6月14日',
  499. 'titlefour': '世界渐冻人日',
  500. 'datafour': '6月21日'
  501. }, {
  502. 'title': '国际禁毒日',
  503. 'date': '6月26日',
  504. 'titletwo': '国际癫痫关爱日',
  505. 'datatwo': '6月28日',
  506. 'titlefour': '全国科普行动日',
  507. 'datafour': '6月29日'
  508. }, {
  509. 'title': '世界过敏性疾病日',
  510. 'date': '7月8日',
  511. 'titletwo': '世界肝炎日',
  512. 'datatwo': '7月28日',
  513. 'titlefour': '世界母乳喂养周',
  514. 'datafour': '8月1日至7日'
  515. }, {
  516. 'title': '全民健身日',
  517. 'date': '8月8日',
  518. 'titletwo': '关爱义齿周',
  519. 'datatwo': '8月最后一周',
  520. 'titlefour': '世界预防自杀日',
  521. 'datafour': '9月10日'
  522. }, {
  523. 'title': '中国预防出生缺陷日',
  524. 'date': '9月12日',
  525. 'titletwo': '世界淋巴瘤日',
  526. 'datatwo': '9月15日',
  527. 'titlefour': '中国脑健康日',
  528. 'datafour': '9月16日'
  529. }, {
  530. 'title': '世界急救日',
  531. 'date': '9月的第二个周六',
  532. 'titletwo': '爱牙日',
  533. 'datatwo': '9月20日',
  534. 'titlefour': '中华老年痴呆日',
  535. 'datafour': '9月21日'
  536. }, {
  537. 'title': '世界阿尔茨海默病日',
  538. 'date': '9月21日',
  539. 'titletwo': '国际聋人日',
  540. 'datatwo': '9月28日',
  541. 'titlefour': '世界心脏日',
  542. 'datafour': '9月的最后一个星期日'
  543. }, {
  544. 'title': '世界精神卫生日',
  545. 'date': '10月10日',
  546. 'titletwo': '世界镇痛日',
  547. 'datatwo': '10月11日',
  548. 'titlefour': '世界关节炎日',
  549. 'datafour': '10月12日'
  550. }, {
  551. 'title': '世界保健日',
  552. 'date': '10月13日',
  553. 'titletwo': '世界视力日',
  554. 'datatwo': '10月第二个星期四',
  555. 'titlefour': '国际盲人节',
  556. 'datafour': '10月15日'
  557. }, {
  558. 'title': '全球洗手日',
  559. 'date': '10月15日',
  560. 'titletwo': '世界骨质疏松日',
  561. 'datatwo': '10月20日',
  562. 'titlefour': '世界传统医药日',
  563. 'datafour': '10月22日'
  564. }, {
  565. 'title': '世界男性健康日',
  566. 'date': '10月28日',
  567. 'titletwo': '世界卒中日',
  568. 'datatwo': '10月29日',
  569. 'titlefour': '全球肺癌关注月',
  570. 'datafour': '11月'
  571. }, {
  572. 'title': '联合国糖尿病日',
  573. 'date': '11月14日',
  574. 'titletwo': '世界慢阻肺日',
  575. 'datatwo': '11月第三周的周三',
  576. 'titlefour': '世界艾滋病日',
  577. 'datafour': '12月1日'
  578. }, {
  579. 'title': '国际残疾人日',
  580. 'date': '12月3日',
  581. 'titletwo': '世界强化免疫日',
  582. 'datatwo': '12月15日',
  583. 'titlefour': '',
  584. 'datafour': ''
  585. }
  586. ],
  587. };
  588. },
  589. components: {
  590. headerNav,
  591. footerNav
  592. },
  593. computed:{
  594. //文字轮训播放
  595.   optionSetting(){
  596.    return {
  597. step:0.3,
  598. //速度,值越大,速度越快
  599. // hoverStop:false,
  600. //鼠标悬停效果,false为关闭该效果
  601. //singleHeight: 26,
  602. //单行停顿
  603. //waitTime: 2500,
  604. //单行停顿的时间
  605.    }
  606.   },
  607. // 图片轮训播放
  608. optionLeft () {
  609. return {
  610. step: 1,
  611. direction: 2,
  612. limitMoveNum: 2
  613. }
  614. }
  615. },
  616. methods: {
  617. async loadData() {
  618. const response = await this.$http.get(`biz/menus`);
  619. if (response.data.code === 1) {
  620. this.loading = false;
  621. this.usertable = response.data.responseData;
  622. // console.log(this.usertable)
  623. for(var i = 0; i < this.usertable.length; i++) {
  624. if(this.usertable[i].homePageOrder == 1) {
  625. this.PageNameOne = this.usertable[i].name;
  626. }else if (this.usertable[i].homePageOrder == 2){
  627. this.PageNameTwo = this.usertable[i].name;
  628. this.dragonName = this.usertable[i].childList[1].name;
  629. }else if (this.usertable[i].homePageOrder == 3){
  630. this.PageNameThree = this.usertable[i].name;
  631. }else if (this.usertable[i].homePageOrder == 4){
  632. this.PageNameFour = this.usertable[i].name;
  633. }else if (this.usertable[i].homePageOrder == 5){
  634. this.PageNameFive = this.usertable[i].name;
  635. }else if (this.usertable[i].homePageOrder == 6){
  636. this.PageNameSix = this.usertable[i].name;
  637. }else if (this.usertable[i].homePageOrder == 7){
  638. this.PageNameSeven = this.usertable[i].name;
  639. }else if (this.usertable[i].homePageOrder == 8){
  640. this.PageNameEight = this.usertable[i].name;
  641. }else if (this.usertable[i].homePageOrder == 9){
  642. this.PageNameNine = this.usertable[i].name;
  643. }
  644. }
  645. }
  646. },
  647. //获取图片
  648. async loadPic () {
  649. const response = await this.$http.get(`biz/photos`);
  650. if (response.data.code === 1) {
  651. this.picOne = response.data.responseData[1];
  652. this.picTwo = response.data.responseData[2];
  653. this.$nextTick(()=>{
  654. var swiper1 = new Swiper('#swiper1', {
  655. autoplay: 2000, // 可选选项,自动滑动
  656. loop: true, // 可选选项,开启循环
  657. // mode: 'vertical',
  658. // pagination: '.pagination',
  659. // paginationClickable: true
  660. });
  661. var swiper2 = new Swiper('#swiper2', {
  662. autoplay: 5000, // 可选选项,自动滑动
  663. loop: true, // 可选选项,开启循环
  664. // mode: 'vertical',
  665. // pagination: '.pagination',
  666. // paginationClickable: true
  667. });
  668. })
  669. }
  670. },
  671. //获取友情链接
  672. async loadLink () {
  673. const response = await this.$http.get(`biz/links`);
  674. if (response.data.code === 1) {
  675. this.friendshipList = response.data.responseData
  676. console.log(this.friendshipList)
  677. }
  678. },
  679. // async loadNewOne () {
  680. // const response = await this.$http.get(`biz/newsArticles/${1}`)
  681. // if (response.data.code === 1) {
  682. // }
  683. // },
  684. //医政评审动态内容
  685. async loadNewTwo() {
  686. const response = await this.$http.get(`biz/newsArticles/${2}`)
  687. if (response.data.code === 1) {
  688. this.doctorReview = response.data.responseData.records.slice(0,10);
  689. }
  690. },
  691. //医政新闻内容
  692. async loadNewThree() {
  693. const response = await this.$http.get(`biz/newsArticles/${3}`)
  694. if (response.data.code === 1) {
  695. this.doctorNews = response.data.responseData.records.slice(0,5);
  696. }
  697. },
  698. //医政管理制度内容
  699. async loadNewFour() {
  700. const response = await this.$http.get(`biz/newsArticles/${4}`)
  701. if (response.data.code === 1) {
  702. this.doctorSystem = response.data.responseData.records.slice(0,10);
  703. }
  704. },
  705. //新规新政内容
  706. async loadNewFive() {
  707. const response = await this.$http.get(`biz/newsArticles/${5}`)
  708. if (response.data.code === 1) {
  709. this.newRules = response.data.responseData.records.slice(0,8);
  710. }
  711. },
  712. //专家风采内容
  713. async loadNewSix() {
  714. const response = await this.$http.get(`biz/newsArticles/${6}`)
  715. if (response.data.code === 1) {
  716. this.expertsContent = response.data.responseData.records.slice(0,6);
  717. }
  718. },
  719. // 医政风采内容
  720. async loadNewSeven() {
  721. const response = await this.$http.get(`biz/newsArticles/${7}`)
  722. if (response.data.code === 1) {
  723. this.doctorDemeanour = response.data.responseData.records.slice(0,4);
  724. }
  725. },
  726. // 护理天地内容
  727. async loadNewEight() {
  728. const response = await this.$http.get(`biz/newsArticles/${8}`)
  729. if (response.data.code === 1) {
  730. this.nursingWorld = response.data.responseData.records.slice(0,6);
  731. }
  732. },
  733. //医政沙龙风采
  734. async loadNewDragon() {
  735. const response = await this.$http.get(`biz/newsArticles/${12}`)
  736. if (response.data.code === 1) {
  737. this.dragonList = response.data.responseData.records.slice(0,3);
  738. }
  739. },
  740. // async loadNewNine() {
  741. // const response = await this.$http.get(`biz/newsArticles/${9}`)
  742. // if (response.data.code === 1) {;
  743. // }
  744. // },
  745. // async loadNewTen() {
  746. // const response = await this.$http.get(`biz/newsArticles/${10}`)
  747. // if (response.data.code === 1) {;
  748. // }
  749. // },
  750. //跳转友情链接
  751. jumpFriendship(item) {
  752. window.open(item.url);
  753. }
  754. },
  755. created() {
  756. this.loadData();
  757. this.loadPic();
  758. this.loadLink();
  759. // this.loadNewOne();
  760. this.loadNewTwo();
  761. this.loadNewThree();
  762. this.loadNewFour();
  763. this.loadNewFive();
  764. this.loadNewSix();
  765. this.loadNewSeven();
  766. this.loadNewEight();
  767. this.loadNewDragon();
  768. // this.loadNewNine();
  769. // this.loadNewTen();
  770. },
  771. mounted () {
  772. var swiper3 = new Swiper('#swiper3', {
  773. autoplay: 3500, // 可选选项,自动滑动
  774. loop: true, // 可选选项,开启循环
  775. // mode: 'vertical',
  776. // pagination: '.pagination',
  777. // paginationClickable: true
  778. });
  779. }
  780. };
  781. </script>
  782. <style>
  783. .home-page {
  784. }
  785. .home-page .input-demo {
  786. }
  787. .home-page .input-button {
  788. /*width: 150px;*/
  789. }
  790. .home-page .lunbo {
  791. height: 335px;
  792. }
  793. .home-page .biglunbo {
  794. height: 335px;
  795. }
  796. .home-page .lunbo .biglunbo img {
  797. height: 100%;
  798. width: 100%;
  799. }
  800. .home-page .content {
  801. height: 335px;
  802. }
  803. /*服务项目样式*/
  804. .home-page .content .fwtitle {
  805. margin-bottom: 15px;
  806. }
  807. .home-page .content .fwtitle .article {
  808. height: 3px;
  809. margin-left: 5px;
  810. width: 68%;
  811. background-color: #eeeeee;
  812. display: inline-block;
  813. }
  814. .home-page .fwcont {
  815. }
  816. .home-page .fwcont ul {
  817. overflow: hidden;
  818. text-align: center;
  819. }
  820. .home-page .fwcont ul li {
  821. width: 33.33%;
  822. float: left;
  823. height: 42px;
  824. line-height: 42px;
  825. text-align: center;
  826. border: 1px solid #efeeec;
  827. }
  828. .home-page .fwcont ul li img {
  829. vertical-align: middle;
  830. }
  831. /*医政沙龙风采样式*/
  832. .home-page .slcont {
  833. margin-top: 20px;
  834. }
  835. .home-page .slcont .dragon li {
  836. margin-top: 10px;
  837. overflow: hidden;/*超出部分隐藏*/
  838. white-space: nowrap;/*不换行*/
  839. text-overflow:ellipsis;
  840. }
  841. .home-page .slcont .dragon a {
  842. font-size: 16px;
  843. color: #333333;
  844. }
  845. .home-page .slcont .dragon a:hover {
  846. color: #2868df;
  847. text-decoration:underline;
  848. }
  849. /*.home-page .slcont h5 a {
  850. }
  851. .home-page .slcont h5 a:hover{
  852. color: #2868df;
  853. text-decoration:underline;
  854. }*/
  855. .home-page .slcont p {
  856. margin-top: 5px;
  857. font-size: 12px;
  858. color: #555555;
  859. }
  860. .home-page .slcont .xline{
  861. margin-top: 5px;
  862. height: 1px;
  863. border-bottom: 1px dashed #f0f0f0;
  864. }
  865. .home-page .content .slcont .article {
  866. height: 3px;
  867. margin-left: 5px;
  868. width: 56.14%;
  869. background-color: #eeeeee;
  870. display: inline-block;
  871. }
  872. /*医院评审动态样式*/
  873. .home-page .case .fwtitle {
  874. margin-bottom: 15px;
  875. }
  876. .home-page .case li {
  877. margin-top: 10px;
  878. overflow: hidden;/*超出部分隐藏*/
  879. white-space: nowrap;/*不换行*/
  880. text-overflow:ellipsis;
  881. }
  882. .home-page .case li a {
  883. font-size: 12px;
  884. color: #777777;
  885. }
  886. .home-page .case li a:hover {
  887. color: #2868df;
  888. text-decoration:underline;
  889. }
  890. /*医院管理制度样式*/
  891. .home-page .case .fwtitle {
  892. margin-bottom: 15px;
  893. }
  894. .home-page .case .fwtitle .article {
  895. height: 3px;
  896. margin-left: 5px;
  897. width: 52.45%;
  898. background-color: #eeeeee;
  899. display: inline-block;
  900. }
  901. .home-page .case li a {
  902. font-size: 12px;
  903. color: #777777;
  904. }
  905. .home-page .case li a:hover {
  906. color: #2868df;
  907. text-decoration:underline;
  908. }
  909. /*医政新闻样式*/
  910. .home-page .smell {
  911. margin-bottom: 15px;
  912. }
  913. .home-page .smell .fwtitle .article {
  914. height: 3px;
  915. margin-left: 5px;
  916. width: 68%;
  917. background-color: #eeeeee;
  918. display: inline-block;
  919. }
  920. .home-page .smell li {
  921. margin-top: 10px;
  922. overflow: hidden;/*超出部分隐藏*/
  923. white-space: nowrap;/*不换行*/
  924. text-overflow:ellipsis;
  925. }
  926. .home-page .smell li a {
  927. font-size: 12px;
  928. color: #777777;
  929. }
  930. .home-page .smell li a:hover {
  931. color: #2868df;
  932. text-decoration:underline;
  933. }
  934. .home-page .smell .smalllunbo {
  935. height: 180px;
  936. /*width: 100%;*/
  937. width: 326px;
  938. }
  939. .home-page .smell .smalllunbo img {
  940. height: 100%;
  941. width: 100%;
  942. }
  943. /*行业百科改为医政风采*/
  944. .home-page .wikipedia .fwtitle .article {
  945. height: 3px;
  946. margin-left: 5px;
  947. width: 83%;;
  948. background-color: #eeeeee;
  949. display: inline-block;
  950. }
  951. .home-page .wikipedia .hycont {
  952. margin-top: 20px;
  953. overflow: hidden;
  954. }
  955. .home-page .wikipedia ul li {
  956. /*padding: 0 10px;*/
  957. margin-top: 10px;
  958. overflow: hidden;/*超出部分隐藏*/
  959. white-space: nowrap;/*不换行*/
  960. text-overflow:ellipsis;
  961. }
  962. .home-page .wikipedia a {
  963. font-weight: 700;
  964. font-size: 16px;
  965. color: #333333;
  966. }
  967. .home-page .wikipedia a:hover {
  968. color: #2868df;
  969. text-decoration:underline;
  970. }
  971. .home-page .wikipedia p {
  972. margin-top: 5px;
  973. font-size: 12px;
  974. color: #555555;
  975. }
  976. /*新政新规*/
  977. .home-page .newdeal .fwtitle .article {
  978. height: 3px;
  979. margin-left: 5px;
  980. width: 64.1%;
  981. background-color: #eeeeee;
  982. display: inline-block;
  983. }
  984. .home-page .newdeal .rules {
  985. margin-bottom: 20px;
  986. }
  987. .home-page .newdeal .rules li {
  988. margin-top: 5px;
  989. overflow: hidden;/*超出部分隐藏*/
  990. white-space: nowrap;/*不换行*/
  991. text-overflow:ellipsis;
  992. }
  993. .home-page .newdeal .rules li a {
  994. font-size: 16px;
  995. color: #333333;
  996. }
  997. .home-page .newdeal .rules li a:hover {
  998. color: #2868df;
  999. text-decoration:underline;
  1000. }
  1001. /*站点导航样式*/
  1002. .home-page .zdNav .fwtitle .article {
  1003. height: 3px;
  1004. margin-left: 5px;
  1005. width: 89%;
  1006. background-color: #eeeeee;
  1007. display: inline-block;
  1008. }
  1009. .home-page .zdPic {
  1010. width: 100%;
  1011. overflow: hidden;
  1012. }
  1013. .home-page .zdPic>div {
  1014. float: left;
  1015. width: 16.666666%;
  1016. text-align: center;
  1017. }
  1018. .home-page .zdPic>div img {
  1019. margin-top: 30px;
  1020. }
  1021. .home-page .zdPic>div span {
  1022. display: inline-block;
  1023. margin-top: 10px;
  1024. margin-bottom: 10px;
  1025. }
  1026. /*精选案例*/
  1027. .home-page .handpick .fwtitle .article {
  1028. height: 3px;
  1029. margin-left: 5px;
  1030. width: 89%;
  1031. background-color: #eeeeee;
  1032. display: inline-block;
  1033. }
  1034. .home-page .seamless-warp3 {
  1035. overflow: hidden;
  1036. height: 190px;
  1037. width: 962px;
  1038. }
  1039. .home-page .seamless-warp3 ul.jxPic {
  1040. width: 962px;
  1041. }
  1042. .home-page .seamless-warp3 ul.jxPic li {
  1043. float: left;
  1044. margin-right: 1%;
  1045. width: 19%;
  1046. margin-top: 20px;
  1047. }
  1048. .home-page .seamless-warp3 ul.jxPic li img{
  1049. width: 100%;
  1050. height: 100%;
  1051. }
  1052. /*卫生节日样式部分*/
  1053. .home-page .health {
  1054. width: 962px;
  1055. height: 360px;
  1056. background: url(../assets/image/bjing.jpg);
  1057. margin-top: 20px;
  1058. color: #fff;
  1059. cursor:pointer;
  1060. }
  1061. .home-page .health .wscont {
  1062. float: left;
  1063. width: 32%;
  1064. margin-left: 1%;
  1065. text-align: center;
  1066. }
  1067. .home-page .health .seamless-warp {
  1068. height: 360px;
  1069. overflow: hidden;
  1070. }
  1071. .home-page .health .date {
  1072. margin-left: 10px;
  1073. }
  1074. /*医政风采样式部分*/
  1075. .home-page .people {
  1076. float: left;
  1077. margin-top: 15px;
  1078. width: 25%;
  1079. height: 354px;
  1080. }
  1081. .home-page .people .peoplelunbo {
  1082. height: 354px;
  1083. }
  1084. .home-page .experts {
  1085. float: left;
  1086. margin-top: 15px;
  1087. width: 38%;
  1088. margin-left: 2%;
  1089. }
  1090. .home-page .experts .fwtitle .article {
  1091. height: 3px;
  1092. margin-left: 5px;
  1093. width: 71.7%;
  1094. background-color: #eeeeee;
  1095. display: inline-block;
  1096. }
  1097. /*护理天地样式部分*/
  1098. .home-page .ourselves {
  1099. float: left;
  1100. margin-top: 15px;
  1101. width: 33%;
  1102. margin-left: 2%;
  1103. }
  1104. .home-page .ourselves .fwtitle .article {
  1105. height: 3px;
  1106. margin-left: 5px;
  1107. width: 67.4%;
  1108. background-color: #eeeeee;
  1109. display: inline-block;
  1110. }
  1111. .home-page .ourselves li {
  1112. margin-top: 8px;
  1113. overflow: hidden;/*超出部分隐藏*/
  1114. white-space: nowrap;/*不换行*/
  1115. text-overflow:ellipsis;
  1116. }
  1117. .home-page .ourselves li a {
  1118. font-weight: 700;
  1119. font-size: 14px;
  1120. color: #333333;
  1121. }
  1122. .home-page .ourselves li a:hover {
  1123. color: #2868df;
  1124. text-decoration:underline;
  1125. }
  1126. .home-page .ourselves p {
  1127. margin-top: 10px;
  1128. font-size: 12px;
  1129. color: #555555;
  1130. }
  1131. /*友情链接样式*/
  1132. .home-page .friendship .fwtitle .article {
  1133. height: 3px;
  1134. margin-left: 5px;
  1135. width: 89%;
  1136. background-color: #eeeeee;
  1137. display: inline-block;
  1138. }
  1139. .home-page .friendship .fsPic {
  1140. margin-top: 20px;
  1141. margin-bottom: 20px;
  1142. }
  1143. .home-page .friendship .fsPic ul {
  1144. overflow: hidden;
  1145. }
  1146. .home-page .friendship .fsPic li {
  1147. float: left;
  1148. width: 20%;
  1149. height: 45px;
  1150. margin-left: 2%;
  1151. cursor:pointer;
  1152. }
  1153. .home-page .friendship .fsPic li img {
  1154. height: 100%;
  1155. width: 100%;
  1156. }
  1157. </style>