index.vue 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  1. <template>
  2. <view class="main">
  3. <view class="">
  4. <u-search :clearabled="true" shape="round" @custom="searchvalue" :show-action="true" placeholder="搜索医生姓名、医院名"
  5. v-model="keyword"></u-search>
  6. </view>
  7. <view class="indexswiper" style="margin-top: 10rpx;">
  8. <u-swiper :list="configInfo.banners" mode="dot"></u-swiper>
  9. </view>
  10. <view class="tltleStyle">
  11. <u-section title="精选服务" font-size="40" line-color="#0B73BA" :bold="true" :right="false"></u-section>
  12. </view>
  13. <view class="gridstyle">
  14. <u-grid :col="3" :border="false">
  15. <view @click="gotoxuanze" data-index="1">
  16. <u-grid-item>
  17. <u-image width="120rpx" height="120rpx" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/indexphone.png"
  18. shape="circle"></u-image>
  19. <view class="grid-text">电话咨询</view>
  20. </u-grid-item>
  21. </view>
  22. <view class="" @click="gotoxuanze" data-index="2">
  23. <u-grid-item>
  24. <u-image width="120rpx" height="120rpx" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/indextu.png"
  25. shape="circle"></u-image>
  26. <view class="grid-text">图文咨询</view>
  27. </u-grid-item>
  28. </view>
  29. <view class="" @click="gotoxuanze" data-index="3">
  30. <u-grid-item>
  31. <u-image width="120rpx" height="120rpx" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/indexmen.png"
  32. shape="circle"></u-image>
  33. <view class="grid-text">门诊预约</view>
  34. </u-grid-item>
  35. </view>
  36. <view class="" @click="vaccines">
  37. <u-grid-item>
  38. <u-image width="120rpx" height="120rpx" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/indexyimiao.png"
  39. shape="circle"></u-image>
  40. <view class="grid-text">疫苗接种</view>
  41. </u-grid-item>
  42. </view>
  43. <view class="" @click="childcare">
  44. <u-grid-item>
  45. <u-image width="120rpx" height="120rpx" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/indexerbao.png"
  46. shape="circle"></u-image>
  47. <view class="grid-text">儿保预约</view>
  48. </u-grid-item>
  49. </view>
  50. <view class="" @click="servicepacks">
  51. <u-grid-item>
  52. <u-image width="120rpx" height="120rpx" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/indexservice.png"
  53. shape="circle"></u-image>
  54. <view class="grid-text">服务包</view>
  55. </u-grid-item>
  56. </view>
  57. </u-grid>
  58. </view>
  59. <view class="margin-top-sm">
  60. <u-notice-bar type="error" bg-color="white" color="black" border-radius="15" :list="configInfo.notices" mode="vertical"></u-notice-bar>
  61. </view>
  62. <view class="tltleStyle">
  63. <u-section title="热门推荐" font-size="40" line-color="#0B73BA" :bold="true" :right="false"></u-section>
  64. </view>
  65. <view class="cu-card case" style="margin-top: 20rpx;box-shadow: 0 0 50rpx 0 rgba(0, 0, 0, 0.1);">
  66. <view class="cu-item" style="margin: 0;">
  67. <view class="flex justify-between">
  68. <swiper :current="currentindex" style="width: 430rpx;height: 430rpx;" :indicator-dots="false" :autoplay="true"
  69. :circular="true" :interval="3000" :duration="1000">
  70. <swiper-item>
  71. <view class="image">
  72. <image src="https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg" mode=""></image>
  73. <!-- <view class="cu-bar bg-shadeBottom">
  74. <text class="text-cut">我已天理为凭,踏入这片荒芜,不再受凡人的枷锁遏制。我已天理为凭,踏入这片荒芜,不再受凡人的枷锁遏制。</text>
  75. </view> -->
  76. </view>
  77. </swiper-item>
  78. <swiper-item>
  79. <view class="image">
  80. <image src="https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg" mode=""></image>
  81. <!-- <view class="cu-bar bg-shadeBottom">
  82. <text class="text-cut">我已天理为凭,踏入这片荒芜,不再受凡人的枷锁遏制。我已天理为凭,踏入这片荒芜,不再受凡人的枷锁遏制。</text>
  83. </view> -->
  84. </view>
  85. </swiper-item>
  86. <swiper-item>
  87. <view class="image">
  88. <image src="https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg" mode=""></image>
  89. <!-- <view class="cu-bar bg-shadeBottom">
  90. <text class="text-cut">我已天理为凭,踏入这片荒芜,不再受凡人的枷锁遏制。我已天理为凭,踏入这片荒芜,不再受凡人的枷锁遏制。</text>
  91. </view> -->
  92. </view>
  93. </swiper-item>
  94. </swiper>
  95. <view class="margin-left-xs" style="width: 360rpx;">
  96. <image style="width: 100%;height: 50%;" src="https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg"
  97. mode=""></image>
  98. <image style="width: 100%;height: 50%;" src="https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg"
  99. mode=""></image>
  100. </view>
  101. </view>
  102. <swiper :current="currentindex" style="height: 100rpx;" :indicator-dots="false" :vertical="true" :autoplay="true"
  103. :circular="true" :interval="3000" :duration="1000">
  104. <swiper-item>
  105. <view class="cu-list menu">
  106. <view class="cu-item">
  107. <!-- <view class="cu-avatar round lg" style="background-image:url(https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg);"></view> -->
  108. <view class="content flex-sub">
  109. <view class="text-grey">主标题主标题</view>
  110. <view class="text-gray text-sm flex justify-between">
  111. 第一副标题副标题副标题副标题副标题副标题副标题
  112. </view>
  113. </view>
  114. </view>
  115. </view>
  116. </swiper-item>
  117. <swiper-item>
  118. <view class="cu-list menu">
  119. <view class="cu-item">
  120. <!-- <view class="cu-avatar round lg" style="background-image:url(https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg);"></view> -->
  121. <view class="content flex-sub">
  122. <view class="text-grey">主标题主标题</view>
  123. <view class="text-gray text-sm flex justify-between">
  124. 第二副标题副标题副标题副标题副标题副标题副标题
  125. </view>
  126. </view>
  127. </view>
  128. </view>
  129. </swiper-item>
  130. <swiper-item>
  131. <view class="cu-list menu">
  132. <view class="cu-item">
  133. <!-- <view class="cu-avatar round lg" style="background-image:url(https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg);"></view> -->
  134. <view class="content flex-sub">
  135. <view class="text-grey">主标题主标题</view>
  136. <view class="text-gray text-sm flex justify-between">
  137. 第三副标题副标题副标题副标题副标题副标题副标题
  138. </view>
  139. </view>
  140. </view>
  141. </view>
  142. </swiper-item>
  143. </swiper>
  144. </view>
  145. </view>
  146. <view class="tltleStyle">
  147. <u-section title="推荐医生" font-size="40" line-color="#0B73BA" :bold="true" :right="false"></u-section>
  148. </view>
  149. <view style="width: 100%;">
  150. <view class="recommendstyle margin-top-sm" v-for="(item,index) in doctorList" :key="index">
  151. <view class="base_item">
  152. <view class="base_item_zi" @click.stop="gotoinfo" :data-id="item.id">
  153. <view class="base_item_zi_items">
  154. <view class="base_item_zi_content">
  155. <u-image :fade="true" duration="450" width="120rpx" height="120rpx" :src="item.avatar" shape="circle">
  156. </u-image>
  157. <view class="follow_style" @click.stop="submitCollect" :data-index="index" :data-id="item.id" v-if="item.is_collect==0">
  158. 关注
  159. </view>
  160. <view class="follow_style" @click.stop="submitCollect" :data-index="index" :data-id="item.id" style="background-color: #fff;color: rgb(208, 105, 150);border:2rpx solid rgb(208, 105, 150);"
  161. v-else>
  162. 已关注
  163. </view>
  164. <view class="content_right">
  165. <view class="" style="display: flex;align-items: center;">
  166. <text style="font-size: 32rpx; font-weight: bold;">{{item.name}}</text>
  167. <text class="text_style" v-for="(itm,index) in item.label" :key="index">{{itm}}</text>
  168. </view>
  169. <view class="m_gray_small">
  170. 科室:{{item.office.name}} {{item.qualification.name}}
  171. </view>
  172. <view class="flex justify-start align-center flex-wrap" style="position: relative;">
  173. <u-tag v-if="item.is_chat==1" style="margin-top:20rpx ; margin-right: 20rpx;" text="图文" shape="circle" mode="dark"
  174. type="info" />
  175. <u-tag v-if="item.is_phone==1" style="margin-top:20rpx ; margin-right: 20rpx;" text="电话" shape="circle" mode="dark"
  176. type="info" />
  177. <u-tag v-if="item.is_appoint==1" style="margin-top:20rpx ; margin-right: 20rpx;" text="门诊" shape="circle"
  178. mode="dark" type="info" />
  179. </view>
  180. </view>
  181. </view>
  182. <view class="foot_juli padding-sm">
  183. <u-line color="#f6f6f6" />
  184. <view class="flex justify-center margin-top-sm" style="color: rgba(0,0,0,0.54);">
  185. <view class="text-sm" style="flex: 1; text-align: left;">
  186. 评分:
  187. <text style="color: #FF7B72;">{{item.score}}</text>
  188. </view>
  189. <view class="text-sm" style="flex: 1; text-align: center;">
  190. 服务:
  191. <text style="color: #FF7B72;">{{item.service_persons}}</text>
  192. </view>
  193. <view class="text-sm" style="flex: 1; text-align: right;">
  194. 距离:
  195. <text style="color: #FF7B72;">{{parseInt(item.distance/1000)}}km</text>
  196. </view>
  197. </view>
  198. <view class="doctor_style margin-top-sm">
  199. <view class="doctor_style_item">
  200. {{item.intro}}
  201. </view>
  202. <view class="text-black flex justify-between align-center margin-top-sm" style="font-size: 30rpx;">
  203. <view class="jisu flex align-center">
  204. <image src="../../static/img/speed.png" style="width: 30rpx;height: 30rpx;margin-right: 10rpx;margin-top: 6rpx;" mode=""></image>急速响应
  205. </view>
  206. <view class="">
  207. 服务
  208. <text class="text-red text-bold text-xl">¥{{item.phone_price/100}}</text>
  209. </view>
  210. </view>
  211. </view>
  212. </view>
  213. </view>
  214. </view>
  215. </view>
  216. </view>
  217. </view>
  218. <view class="margin-tb padding-tb-xs">
  219. <u-loadmore :status="nomore" :load-text="loadText" :icon-type="flower" />
  220. </view>
  221. <u-back-top :scroll-top="scrollTop" bottom="80" top="400"></u-back-top>
  222. <u-no-network></u-no-network>
  223. </view>
  224. </template>
  225. <script>
  226. import {
  227. getLocation
  228. } from "../../common/authorize.js"
  229. var user = require('../../common/user.js');
  230. import {
  231. mapState,
  232. mapMutations,
  233. mapGetters,
  234. mapActions
  235. } from 'vuex';
  236. export default {
  237. computed: {
  238. ...mapGetters({
  239. hasLogin: 'verifyJwt'
  240. }),
  241. ...mapState(['user'])
  242. },
  243. onShow() {
  244. this.GetCurrentAddress()
  245. this.getDoctorList()
  246. },
  247. onLoad(options) {
  248. this.getconfigData()
  249. },
  250. data() {
  251. return {
  252. scrollTop: 0,
  253. keyword: "",
  254. loadText: {
  255. nomore: '暂无更多医生推荐'
  256. },
  257. list: [{
  258. image: 'https://cdn.uviewui.com/uview/swiper/1.jpg',
  259. },
  260. {
  261. image: 'https://cdn.uviewui.com/uview/swiper/2.jpg',
  262. },
  263. {
  264. image: 'https://cdn.uviewui.com/uview/swiper/3.jpg',
  265. }
  266. ],
  267. test: [1, 2, 3, 4, 5],
  268. currentindex: 0,
  269. listtext: [
  270. "xxxxxxxxxxx",
  271. "yyyyyyyyyyy",
  272. "zzzzzzzzzzz"
  273. ],
  274. doctorList: [],
  275. latitude: 0,
  276. longitude: 0,
  277. pageindex: 1,
  278. configInfo:{}
  279. }
  280. },
  281. onHide() {
  282. this.pageindex = 1
  283. this.doctorList = []
  284. },
  285. onReachBottom() {
  286. this.getDoctorList()
  287. },
  288. methods: {
  289. //监听滚动
  290. onPageScroll(e) {
  291. this.scrollTop = e.scrollTop;
  292. },
  293. gotoxuanze(e) {
  294. uni.navigateTo({
  295. url: '../doctor_related/select_doctor?index=' + e.currentTarget.dataset.index
  296. })
  297. },
  298. gotoinfo(e) {
  299. uni.navigateTo({
  300. url: "../doctor_related/doctor_info?id=" + e.currentTarget.dataset.id
  301. })
  302. },
  303. getDoctorList: async function() {
  304. let res = await this.$request.post("/api/v1/docter/docterList", {
  305. page: this.pageindex,
  306. latitude: this.latitude,
  307. longitude: this.longitude
  308. })
  309. let status = user.islogin(res)
  310. if (status) {
  311. // this.doctorList = res.data.data
  312. if (this.pageindex > res.data.last_page) {
  313. uni.showToast({
  314. title: "没有更多了",
  315. icon: "none"
  316. })
  317. } else {
  318. this.doctorList = this.doctorList.concat(res.data.data)
  319. this.pageindex++
  320. }
  321. }
  322. },
  323. submitCollect: async function(e) {
  324. let res = await this.$request.post("/api/v1/collection/submitCollect", {
  325. type: 1,
  326. relation_id: e.currentTarget.dataset.id
  327. })
  328. if (res.status == 0) {
  329. if (res.data.is_collect == 0) {
  330. uni.showToast({
  331. title: "取消成功",
  332. icon: "none"
  333. })
  334. this.doctorList[e.currentTarget.dataset.index].is_collect = res.data.is_collect
  335. } else {
  336. uni.showToast({
  337. title: "关注成功",
  338. icon: "none"
  339. })
  340. this.doctorList[e.currentTarget.dataset.index].is_collect = res.data.is_collect
  341. }
  342. }
  343. },
  344. servicepacks() {
  345. uni.navigateTo({
  346. url: "../service_packs/introduce"
  347. })
  348. },
  349. searchvalue(value) {
  350. uni.navigateTo({
  351. url: "../doctor_related/select_doctor?value=" + value
  352. })
  353. },
  354. childcare(){
  355. uni.navigateTo({
  356. url:"../childcare/child_care"
  357. })
  358. },
  359. vaccines() {
  360. uni.navigateTo({
  361. url: "../vaccines/vaccines_info"
  362. })
  363. },
  364. getconfigData:async function(){
  365. let res = await this.$request.post("/api/v1/common/configList")
  366. console.log(res)
  367. if(res.status == 0){
  368. this.configInfo = res.data
  369. }
  370. },
  371. //获取当前地址
  372. GetCurrentAddress() {
  373. getLocation().then(res => {
  374. this.latitude = res.latitude
  375. this.longitude = res.longitude
  376. uni.setStorageSync("latitude", res.latitude)
  377. uni.setStorageSync("longitude", res.longitude)
  378. }).catch(res => {
  379. })
  380. },
  381. }
  382. };
  383. </script>
  384. <style scoped lang="scss">
  385. .main {
  386. padding-top: 10rpx;
  387. padding-left: 20rpx;
  388. padding-right: 20rpx;
  389. }
  390. .gridstyle {
  391. height: 450rpx;
  392. background-color: #fff;
  393. border-radius: 15rpx;
  394. display: flex;
  395. align-items: center;
  396. box-shadow: 0 0 50rpx 0 rgba(0, 0, 0, 0.1);
  397. margin-top: 20rpx;
  398. }
  399. .doctor_style {
  400. color: rgba(0, 0, 0, 0.54);
  401. }
  402. .doctor_style_item {
  403. overflow: hidden;
  404. text-overflow: ellipsis;
  405. display: -webkit-box;
  406. -webkit-line-clamp: 2;
  407. -webkit-box-orient: vertical;
  408. }
  409. .jisu {
  410. color: rgb(238, 170, 63);
  411. }
  412. .follow_style {
  413. position: absolute;
  414. bottom: 60rpx;
  415. left: 38rpx;
  416. z-index: 1;
  417. width: 106rpx;
  418. height: 40rpx;
  419. padding: 4rpx 0;
  420. background-color: rgb(208, 105, 150);
  421. box-sizing: border-box;
  422. color: #fff;
  423. text-align: center;
  424. border-radius: 60rpx;
  425. font-size: 24rpx;
  426. display: flex;
  427. justify-content: center;
  428. align-items: center;
  429. }
  430. .base_item {
  431. // position: absolute;
  432. // top: 0;
  433. // left: 0;
  434. // right: 0;
  435. // z-index: 1;
  436. width: 100%;
  437. height: auto;
  438. box-sizing: border-box;
  439. }
  440. .base_item_zi {
  441. // padding-top: 20rpx;
  442. // margin: 20rpx 20rpx;
  443. position: relative;
  444. box-sizing: border-box;
  445. }
  446. .base_item_zi_items {
  447. box-shadow: 0 0 50rpx 0 rgba(0, 0, 0, 0.1);
  448. background-color: #fff;
  449. position: relative;
  450. border-radius: 8rpx;
  451. box-sizing: border-box;
  452. }
  453. .base_item_zi_content {
  454. display: flex;
  455. justify-content: center;
  456. padding: 30rpx 30rpx;
  457. overflow: hidden;
  458. position: relative;
  459. width: 100%;
  460. box-sizing: border-box;
  461. }
  462. .text_style {
  463. font-weight: 400;
  464. margin-left: 15rpx;
  465. background-color: #E5F5FF;
  466. color: #0B73B9;
  467. width: 100rpx;
  468. height: 28rpx;
  469. font-size: 20rpx;
  470. border-radius: 10rpx;
  471. text-align: center;
  472. align-items: center;
  473. }
  474. .m_gray_small {
  475. white-space: nowrap;
  476. overflow: hidden;
  477. text-overflow: ellipsis;
  478. color: rgba(0, 0, 0, 0.54);
  479. margin-top: 20rpx;
  480. font-size: 28rpx;
  481. }
  482. .content_right {
  483. flex: 1;
  484. margin-left: 20rpx;
  485. overflow: hidden;
  486. position: relative;
  487. box-sizing: border-box;
  488. }
  489. .foot_item {
  490. background-color: #F7F7F7;
  491. box-sizing: border-box;
  492. }
  493. .grid-text {
  494. font-size: 28rpx;
  495. margin-top: 4rpx;
  496. color: $u-type-info;
  497. }
  498. .tltleStyle {
  499. padding: 30rpx 30rpx 15rpx 15rpx;
  500. // font-weight: bold;
  501. // font-size: 40rpx;
  502. }
  503. </style>