index.vue 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  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="list" 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="listtext" 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. },
  249. data() {
  250. return {
  251. scrollTop: 0,
  252. keyword: "",
  253. loadText: {
  254. nomore: '暂无更多医生推荐'
  255. },
  256. list: [{
  257. image: 'https://cdn.uviewui.com/uview/swiper/1.jpg',
  258. },
  259. {
  260. image: 'https://cdn.uviewui.com/uview/swiper/2.jpg',
  261. },
  262. {
  263. image: 'https://cdn.uviewui.com/uview/swiper/3.jpg',
  264. }
  265. ],
  266. test: [1, 2, 3, 4, 5],
  267. currentindex: 0,
  268. listtext: [
  269. "xxxxxxxxxxx",
  270. "yyyyyyyyyyy",
  271. "zzzzzzzzzzz"
  272. ],
  273. doctorList: [],
  274. latitude: 0,
  275. longitude: 0,
  276. pageindex: 1
  277. }
  278. },
  279. onHide() {
  280. this.pageindex = 1
  281. this.doctorList = []
  282. },
  283. onReachBottom() {
  284. this.getDoctorList()
  285. },
  286. methods: {
  287. //监听滚动
  288. onPageScroll(e) {
  289. this.scrollTop = e.scrollTop;
  290. },
  291. gotoxuanze(e) {
  292. uni.navigateTo({
  293. url: '../doctor_related/select_doctor?index=' + e.currentTarget.dataset.index
  294. })
  295. },
  296. gotoinfo(e) {
  297. uni.navigateTo({
  298. url: "../doctor_related/doctor_info?id=" + e.currentTarget.dataset.id
  299. })
  300. },
  301. getDoctorList: async function() {
  302. let res = await this.$request.post("/api/v1/docter/docterList", {
  303. page: this.pageindex,
  304. latitude: this.latitude,
  305. longitude: this.longitude
  306. })
  307. let status = user.islogin(res)
  308. if (status) {
  309. // this.doctorList = res.data.data
  310. if (this.pageindex > res.data.last_page) {
  311. uni.showToast({
  312. title: "没有更多了",
  313. icon: "none"
  314. })
  315. } else {
  316. this.doctorList = this.doctorList.concat(res.data.data)
  317. this.pageindex++
  318. }
  319. }
  320. },
  321. submitCollect: async function(e) {
  322. let res = await this.$request.post("/api/v1/collection/submitCollect", {
  323. type: 1,
  324. relation_id: e.currentTarget.dataset.id
  325. })
  326. if (res.status == 0) {
  327. if (res.data.is_collect == 0) {
  328. uni.showToast({
  329. title: "取消成功",
  330. icon: "none"
  331. })
  332. this.doctorList[e.currentTarget.dataset.index].is_collect = res.data.is_collect
  333. } else {
  334. uni.showToast({
  335. title: "关注成功",
  336. icon: "none"
  337. })
  338. this.doctorList[e.currentTarget.dataset.index].is_collect = res.data.is_collect
  339. }
  340. }
  341. },
  342. servicepacks() {
  343. uni.navigateTo({
  344. url: "../service_packs/introduce"
  345. })
  346. },
  347. searchvalue(value) {
  348. uni.navigateTo({
  349. url: "../doctor_related/select_doctor?value=" + value
  350. })
  351. },
  352. childcare(){
  353. uni.navigateTo({
  354. url:"../childcare/child_care"
  355. })
  356. },
  357. vaccines() {
  358. uni.navigateTo({
  359. url: "../vaccines/vaccines_info"
  360. })
  361. },
  362. //获取当前地址
  363. GetCurrentAddress() {
  364. getLocation().then(res => {
  365. this.latitude = res.latitude
  366. this.longitude = res.longitude
  367. uni.setStorageSync("latitude", res.latitude)
  368. uni.setStorageSync("longitude", res.longitude)
  369. }).catch(res => {
  370. })
  371. },
  372. }
  373. };
  374. </script>
  375. <style scoped lang="scss">
  376. .main {
  377. padding-top: 10rpx;
  378. padding-left: 20rpx;
  379. padding-right: 20rpx;
  380. }
  381. .gridstyle {
  382. height: 450rpx;
  383. background-color: #fff;
  384. border-radius: 15rpx;
  385. display: flex;
  386. align-items: center;
  387. box-shadow: 0 0 50rpx 0 rgba(0, 0, 0, 0.1);
  388. margin-top: 20rpx;
  389. }
  390. .doctor_style {
  391. color: rgba(0, 0, 0, 0.54);
  392. }
  393. .doctor_style_item {
  394. overflow: hidden;
  395. text-overflow: ellipsis;
  396. display: -webkit-box;
  397. -webkit-line-clamp: 2;
  398. -webkit-box-orient: vertical;
  399. }
  400. .jisu {
  401. color: rgb(238, 170, 63);
  402. }
  403. .follow_style {
  404. position: absolute;
  405. bottom: 60rpx;
  406. left: 38rpx;
  407. z-index: 1;
  408. width: 106rpx;
  409. height: 40rpx;
  410. padding: 4rpx 0;
  411. background-color: rgb(208, 105, 150);
  412. box-sizing: border-box;
  413. color: #fff;
  414. text-align: center;
  415. border-radius: 60rpx;
  416. font-size: 24rpx;
  417. display: flex;
  418. justify-content: center;
  419. align-items: center;
  420. }
  421. .base_item {
  422. // position: absolute;
  423. // top: 0;
  424. // left: 0;
  425. // right: 0;
  426. // z-index: 1;
  427. width: 100%;
  428. height: auto;
  429. box-sizing: border-box;
  430. }
  431. .base_item_zi {
  432. // padding-top: 20rpx;
  433. // margin: 20rpx 20rpx;
  434. position: relative;
  435. box-sizing: border-box;
  436. }
  437. .base_item_zi_items {
  438. box-shadow: 0 0 50rpx 0 rgba(0, 0, 0, 0.1);
  439. background-color: #fff;
  440. position: relative;
  441. border-radius: 8rpx;
  442. box-sizing: border-box;
  443. }
  444. .base_item_zi_content {
  445. display: flex;
  446. justify-content: center;
  447. padding: 30rpx 30rpx;
  448. overflow: hidden;
  449. position: relative;
  450. width: 100%;
  451. box-sizing: border-box;
  452. }
  453. .text_style {
  454. font-weight: 400;
  455. margin-left: 15rpx;
  456. background-color: #E5F5FF;
  457. color: #0B73B9;
  458. width: 100rpx;
  459. height: 28rpx;
  460. font-size: 20rpx;
  461. border-radius: 10rpx;
  462. text-align: center;
  463. align-items: center;
  464. }
  465. .m_gray_small {
  466. white-space: nowrap;
  467. overflow: hidden;
  468. text-overflow: ellipsis;
  469. color: rgba(0, 0, 0, 0.54);
  470. margin-top: 20rpx;
  471. font-size: 28rpx;
  472. }
  473. .content_right {
  474. flex: 1;
  475. margin-left: 20rpx;
  476. overflow: hidden;
  477. position: relative;
  478. box-sizing: border-box;
  479. }
  480. .foot_item {
  481. background-color: #F7F7F7;
  482. box-sizing: border-box;
  483. }
  484. .grid-text {
  485. font-size: 28rpx;
  486. margin-top: 4rpx;
  487. color: $u-type-info;
  488. }
  489. .tltleStyle {
  490. padding: 30rpx 30rpx 15rpx 15rpx;
  491. // font-weight: bold;
  492. // font-size: 40rpx;
  493. }
  494. </style>