doctor_info.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. <template>
  2. <view class="main">
  3. <view>
  4. <view class="pr det-body">
  5. <image class="det-bg-img" mode="scaleToFill" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/img/doctorbanner.png"></image>
  6. <view class="det-head pr plr15 bdr8 m-bg-white mlr15 pt25">
  7. <view class="m-xstart pr m-bottom-line pb25 margin-bottom-sm">
  8. <view class="m-flex overflow mr10">
  9. <view class="m-xend">
  10. <text class="dpb fb f16">{{doctor.name}}</text>
  11. <text class="dpb f14 m-gray-small ml5" v-for="(itm,index) in doctor.label" :key="index">{{itm}}</text>
  12. <text class="dpb m-flex"></text>
  13. </view>
  14. <view class="m-xend mt25">
  15. <view class="f14 m-gray-big">评分:<text class="m-theme">{{doctor.score}}</text>
  16. <text class="f11 margin-left-xs">分</text>
  17. </view>
  18. <view class="f14 ml15 m-gray-big">服务:<text class="m-theme">{{doctor.service_persons}}</text>
  19. <text class="f11">人</text>
  20. </view>
  21. <view class="m-flex ml15">距离:{{parseInt(doctor.distance/1000)}}km</view>
  22. </view>
  23. </view>
  24. <view class="pr pt5">
  25. <view class="follow_style" @click="submitCollect" :data-index="index" :data-id="doctor.id" v-if="doctor.is_collect==0">
  26. 关注
  27. </view>
  28. <view class="follow_style" @click="submitCollect" :data-index="index" :data-id="doctor.id" style="background-color: #fff;color: rgb(208, 105, 150);border:2rpx solid rgb(208, 105, 150);"
  29. v-else>
  30. 已关注
  31. </view>
  32. <u-image shape="circle" width="120rpx" height="120rpx" :src="doctor.avatar"></u-image>
  33. </view>
  34. </view>
  35. <u-read-more :toggle="true" show-height="0" :shadow-style="shadowStyle" close-text=" " open-text=" ">
  36. <rich-text :nodes="content"></rich-text>
  37. </u-read-more>
  38. </view>
  39. </view>
  40. <view class="gridstyle padding-sm margin-lr-sm">
  41. <u-grid :col="3" :border="false">
  42. <view @click="gotoxuanze" data-index="1">
  43. <u-grid-item>
  44. <u-image width="120rpx" height="120rpx" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/indexphone.png"
  45. shape="circle"></u-image>
  46. <view class="grid-text margin-top-sm">电话咨询</view>
  47. </u-grid-item>
  48. </view>
  49. <view class="" @click="gotoxuanze" data-index="2">
  50. <u-grid-item>
  51. <u-image width="120rpx" height="120rpx" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/indextu.png"
  52. shape="circle"></u-image>
  53. <view class="grid-text margin-top-sm">图文咨询</view>
  54. </u-grid-item>
  55. </view>
  56. <view class="" @click="gotoxuanze" data-index="3">
  57. <u-grid-item>
  58. <u-image width="120rpx" height="120rpx" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/indexmen.png"
  59. shape="circle"></u-image>
  60. <view class="grid-text margin-top-sm">门诊预约</view>
  61. </u-grid-item>
  62. </view>
  63. </u-grid>
  64. <u-line color="#efefef" :hair-line="true" />
  65. <view v-if="!isjigou" class="text-lg text-center margin-top-sm" style="color: rgb(238, 170, 63);">
  66. 平均回复低至1分钟
  67. </view>
  68. <view v-else class="text-lg margin-top-sm" style="color: rgb(238, 170, 63);border-bottom: 3rpx solid rgb(238, 170, 63); width: 410rpx;"
  69. @click="xuantime">
  70. 已选时间:{{daytime}}
  71. <u-picker mode="multiSelector" @confirm="callbacktime" v-model="show" :default-selector='[0, 1]' range-key="start_time_period"
  72. :range="multiSelector"></u-picker>
  73. </view>
  74. </view>
  75. <view v-if="isjigou" bindtap="goAdrPostion" class="pr pt10 pb10 margin-lr-sm margin-top-sm m-bg-white" style="border-radius: 16rpx;box-shadow: 0 0 50rpx 0 rgba(0, 0, 0, 0.1);">
  76. <view class="pr pt15 pb15">
  77. <view class="f18 fb plr15">机构地址</view>
  78. <view class="pr m-xcenter plr15 mt15">
  79. <image class="dpb" mode="scaleToFill" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAABx0lEQVQoU2WSP2gTcRTHv+/dH4IdmkVcFAvSgihNLi1SRKE4uNhek4I6iNLY5AQnB93dpHNBMEltIbgUc5pUF0F0cDBIk2twKiJBBAWHVgOl5u5+TxrINeCbvnz5Pnh8vo8wMBPOE8NXx6YIcpKJfu74Ox/aa9n9foT6IrFYtVjjMkHOHO7TV6Ww6JVm3x94vXBy4fkombGPUMEwEW+oMPRY44QAs0TcDfzwUms1Xe+FrXztJURsIdz0inPPkgsv4t5aZjd5u3qDGGUiqjeK9nmauLo+rOLmDyJuNQr2VMrZWBJR90DacrMwc9/K1+qAmvQDjNB4rnJcg/aN2Kg2ClcyqTuvP0nYnWQ2vM3CjGU5tQpE5gPfP03T0+/036OdLwBinT19bCjmn2JCPoBa6SreHtJpWwTdzvf2WO/mRM7NaqQ/BeFN92949/Oe3z57xBgxTe0xgMuhCm9trWTKfXSUcmquKJUGUQBgF0AcIroQvfKKtg2QRJyt7PpRMmKbosITEWfW2vD3zzVXr/2KOEfFOO4FFu0tRJnE+h8odbFRmmv912DfSObcB8zGI5HgerOYqQy+Q3TGofmQE7nx9FZp3h0MHuh/o0mz0Kcr4U0AAAAASUVORK5CYII="
  80. style="width: 10px; height: 12px;"></image>
  81. <view class="m-flex tl ml5">xxxxxxxxxxxxxxxxxxxxxx</view>
  82. </view>
  83. <view class="pr m-xcenter plr15 mt10">
  84. <view class="m-flex tl m-gray-small f12 pl15 mr5">地址:xxxxxxxxxxxxxxxxxx</view>
  85. <view class="pt2 pb2 plr10 f12 m-gray-small br-gray-letter bdr30" v-if="true">
  86. {{0}}km
  87. </view>
  88. <view class="pt2 pb2 plr10 f12 m-gray-small br-gray-letter bdr30" wx:else>暂无距离</view>
  89. <text class="dpb iconfont icon-arrow-right m-gray-letter f20"></text>
  90. </view>
  91. </view>
  92. </view>
  93. <view class="margin-lr-sm mt15 bg-white" style="border-radius: 16rpx; box-shadow: 0 0 50rpx 0 rgba(0, 0, 0, 0.1);"
  94. v-if="doctor.evaluate.length!=0">
  95. <view class="f18 fb flex align-center plr15 pt15">患者评价 <text class="f12 m-gray-letter margin-left-xs">({{doctor.evaluate.length}})</text>
  96. </view>
  97. <view class="cu-list menu-avatar card-menu">
  98. <view class="cu-item" v-for="(item,index) in doctor.evaluate" :key="index">
  99. <view class="cu-avatar round lg" :style="'background-image:url('+item.user.avatar+');'"></view>
  100. <view class="content">
  101. <view class="text-grey margin-right-sm">
  102. {{item.user.nickname}}
  103. <u-rate :count="5" v-model="item.score" :disabled="true"></u-rate>
  104. </view>
  105. <view class="text-gray text-sm flex">
  106. <text class="text-cut">
  107. {{item.content}}
  108. </text>
  109. </view>
  110. </view>
  111. <view class="action" style="width: 104rpx;">
  112. <view class="text-grey text-xs">{{item.created_at}}</view>
  113. </view>
  114. </view>
  115. </view>
  116. </view>
  117. <view class="cu-tabbar-height"></view>
  118. <view class="cu-tabbar-height"></view>
  119. </view>
  120. <view class="cu-bar bg-white tabbar border shop" style="position: fixed; bottom: 0; z-index: 99;width: 100%;">
  121. <button class="action text-orange" open-type="share" style="width: 200rpx;">
  122. <view class="cuIcon-share text-orange">
  123. </view>
  124. 分享
  125. </button>
  126. <view v-if="barindex==1" class="submit text-white" @click="phonezixun" style="background-color: rgb(11,115,186);">电话咨询</view>
  127. <view v-else-if="barindex==2" class="submit text-white" @click="phonezixun" style="background-color: rgb(11,115,186)">图文咨询</view>
  128. <view v-else class="submit text-white" @click="phonezixun" style="background-color: rgb(11,115,186)">门诊预约</view>
  129. </view>
  130. </view>
  131. </template>
  132. <script>
  133. export default {
  134. onLoad(options) {
  135. this.doctorid = options.id
  136. this.daytime = options.time
  137. console.log(options)
  138. },
  139. mounted() {
  140. this.getdoctorInfo()
  141. this.gettime()
  142. },
  143. data() {
  144. return {
  145. content: `浔阳江头夜送客,枫叶荻花秋瑟瑟。主人下马客在船,举酒欲饮无管弦。醉不成欢惨将别,别时茫茫江浸月。
  146. 忽闻水上琵琶声,主人忘归客不发。寻声暗问弹者谁,琵琶声停欲语迟。移船相近邀相见,添酒回灯重开宴。千呼万唤始出来,犹抱琵琶半遮面。转轴拨弦三两声,未成曲调先有情。弦弦掩抑声声思,似诉平生不得志。低眉信手续续弹,说尽心中无限事。轻拢慢捻抹复挑,初为《霓裳》后《六幺》。大弦嘈嘈如急雨,小弦切切如私语。嘈嘈切切错杂弹,大珠小珠落玉盘。间关莺语花底滑,幽咽泉流冰下难。冰泉冷涩弦凝绝,凝绝不通声暂歇。别有幽愁暗恨生,此时无声胜有声。银瓶乍破水浆迸,铁骑突出刀枪鸣。曲终收拨当心画,四弦一声如裂帛。东船西舫悄无言,唯见江心秋月白。
  147. 沉吟放拨插弦中,整顿衣裳起敛容。自言本是京城女,家在虾蟆陵下住。十三学得琵琶成,名属教坊第一部。曲罢曾教善才服,妆成每被秋娘妒。五陵年少争缠头,一曲红绡不知数。钿头银篦击节碎,血色罗裙翻酒污。今年欢笑复明年,秋月春风等闲度。弟走从军阿姨死,暮去朝来颜色故。门前冷落鞍马稀,老大嫁作商人妇。商人重利轻别离,前月浮梁买茶去。去来江口守空船,绕船月明江水寒。夜深忽梦少年事,梦啼妆泪红阑干。
  148. 我闻琵琶已叹息,又闻此语重唧唧。同是天涯沦落人,相逢何必曾相识!我从去年辞帝京,谪居卧病浔阳城。浔阳地僻无音乐,终岁不闻丝竹声。住近湓江地低湿,黄芦苦竹绕宅生。其间旦暮闻何物?杜鹃啼血猿哀鸣。春江花朝秋月夜,往往取酒还独倾。岂无山歌与村笛?呕哑嘲哳难为听。今夜闻君琵琶语,如听仙乐耳暂明。莫辞更坐弹一曲,为君翻作《琵琶行》。感我此言良久立,却坐促弦弦转急。凄凄不似向前声,满座重闻皆掩泣。座中泣下谁最多?江州司马青衫湿。`,
  149. doctorid: "",
  150. doctor: {},
  151. shadowStyle: {
  152. backgroundImage: "none"
  153. },
  154. isjigou: false,
  155. barindex: 1, //显示按钮
  156. daytime: "",
  157. multiSelector: [],
  158. params: {
  159. year: false,
  160. month: true,
  161. day: true,
  162. hour: true,
  163. minute: true,
  164. second: false
  165. },
  166. show: false,
  167. istime: false,
  168. }
  169. },
  170. methods: {
  171. getdoctorInfo: async function() {
  172. let res = await this.$request.post("/api/v1/docter/docterDetail", {
  173. docter_id: this.doctorid,
  174. latitude: uni.getStorageSync("latitude"),
  175. longitude: uni.getStorageSync("longitude")
  176. })
  177. this.doctor = res
  178. console.log(res)
  179. },
  180. submitCollect: async function(e) {
  181. let res = await this.$request.post("/api/v1/collection/submitCollect", {
  182. type: 1,
  183. relation_id: e.currentTarget.dataset.id
  184. })
  185. if (res.status == 0) {
  186. if (res.data.is_collect == 0) {
  187. uni.showToast({
  188. title: "取消成功",
  189. icon: "none"
  190. })
  191. this.doctor.is_collect = res.data.is_collect
  192. } else {
  193. uni.showToast({
  194. title: "关注成功",
  195. icon: "none"
  196. })
  197. this.doctor.is_collect = res.data.is_collect
  198. }
  199. }
  200. },
  201. gettime: async function() {
  202. let res = await this.$request.post("/api/v1/docter/schedulePeriodList", {
  203. docter_id: this.doctorid
  204. })
  205. console.log(res)
  206. if (res.status == 0) {
  207. // res.data.list.forEach(item => {
  208. // item.start_time_period = item.start_time_period + '-' + item.end_time_period
  209. // })
  210. // this.multiSelector.push(res.data.dates)
  211. // this.multiSelector.push(res.data.list)
  212. // this.showtime = res.data.dates[0] + ' ' + res.data.list[0].start_time_period
  213. }
  214. },
  215. gotoxuanze(e) {
  216. this.barindex = e.currentTarget.dataset.index
  217. if (e.currentTarget.dataset.index == 3) {
  218. this.isjigou = true
  219. } else {
  220. this.isjigou = false
  221. }
  222. },
  223. phonezixun() {
  224. uni.navigateTo({
  225. url: "info_write?doctor=" + JSON.stringify(this.doctor) + "&type=" + this.barindex + "&time=" + this.daytime
  226. })
  227. },
  228. xuantime() {
  229. this.show = !this.show
  230. },
  231. }
  232. };
  233. </script>
  234. <style scoped>
  235. @import url("../index/mine.css");
  236. .gridstyle {
  237. height: 340rpx;
  238. background-color: #fff;
  239. border-radius: 16rpx;
  240. margin-top: 30rpx;
  241. box-shadow: 0 0 50rpx 0 rgba(0, 0, 0, 0.1);
  242. }
  243. .det-body {
  244. z-index: 1;
  245. padding-top: 80rpx;
  246. }
  247. .det-bg-img {
  248. position: absolute;
  249. top: 0;
  250. left: 0;
  251. right: 0;
  252. z-index: 1;
  253. display: block;
  254. width: 100%;
  255. height: 267rpx;
  256. }
  257. .det-head {
  258. z-index: 2;
  259. box-shadow: 0 0 50rpx 0 rgba(248, 151, 164, 0.13);
  260. }
  261. .det-attention {
  262. position: absolute;
  263. display: block;
  264. bottom: -22rpx;
  265. right: 50%;
  266. z-index: 1;
  267. width: 128rpx;
  268. height: auto;
  269. margin-right: -64rpx;
  270. padding: 4rpx 0;
  271. background-color: #F897A1;
  272. box-sizing: border-box;
  273. }
  274. .det-attention.active {
  275. background-color: #E6E6E6;
  276. }
  277. .det-item {
  278. width: calc((100% - 120rpx) / 4);
  279. }
  280. .det-item.active {
  281. background-color: rgba(255, 123, 114, 0.24);
  282. }
  283. .det-item .text {
  284. color: rgba(0, 0, 0, 0.54);
  285. }
  286. .det-item .price {
  287. color: rgba(0, 0, 0, 0.40);
  288. }
  289. .det-item.active .text,
  290. .det-item.active .price {
  291. color: #FF979C;
  292. }
  293. .det-item.disabled .text,
  294. .det-item.disabled .price {
  295. color: rgba(0, 0, 0, 0.3);
  296. }
  297. .button-reset {
  298. height: 102rpx;
  299. background: none !important;
  300. color: rgba(0, 0, 0, 0.54) !important;
  301. }
  302. button::after {
  303. border: none;
  304. }
  305. .button-reset::after {
  306. border: none;
  307. }
  308. .package-list {
  309. width: 100%;
  310. height: 178rpx;
  311. overflow: hidden;
  312. }
  313. .package-list .warp {
  314. white-space: nowrap;
  315. overflow: scroll;
  316. }
  317. .package-list .warp .list {
  318. background: red;
  319. display: inline-block;
  320. font-size: 14px;
  321. width: 266rpx;
  322. height: 178rpx;
  323. background: linear-gradient(270deg, rgba(255, 100, 101, 1) 0%, rgba(255, 148, 133, 1) 100%);
  324. box-shadow: 0px 3px 5px 0px rgba(255, 110, 110, 0.5);
  325. border-radius: 8rpx;
  326. margin-right: 18rpx;
  327. padding: 30rpx 20rpx 24rpx 20rpx;
  328. overflow: hidden;
  329. }
  330. .package-list .warp .list:nth-child(3) {
  331. margin-right: 0;
  332. }
  333. .package-list .warp .list .name {
  334. font-size: 30rpx;
  335. font-weight: 500;
  336. color: rgba(255, 255, 255, 1);
  337. line-height: 30rpx;
  338. }
  339. .package-list .warp .list .desc {
  340. font-size: 24rpx;
  341. font-weight: 400;
  342. color: rgba(255, 255, 255, .87);
  343. margin-top: 16rpx;
  344. line-height: 24rpx;
  345. }
  346. .package-list .warp .list .price {
  347. font-size: 24rpx;
  348. font-weight: 500;
  349. color: rgba(255, 255, 255, 1);
  350. margin-top: 30rpx;
  351. line-height: 24rpx;
  352. }
  353. .det-desc {
  354. height: 40px;
  355. overflow: hidden;
  356. }
  357. .det-desc.active {
  358. height: auto;
  359. }
  360. .follow_style {
  361. position: absolute;
  362. bottom: -12rpx;
  363. left: 8rpx;
  364. z-index: 1;
  365. width: 106rpx;
  366. height: 40rpx;
  367. padding: 4rpx 0;
  368. background-color: rgb(208, 105, 150);
  369. box-sizing: border-box;
  370. color: #fff;
  371. text-align: center;
  372. border-radius: 60rpx;
  373. font-size: 24rpx;
  374. display: flex;
  375. justify-content: center;
  376. align-items: center;
  377. }
  378. </style>