index.vue 16 KB

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