mine.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. <template>
  2. <view class="main">
  3. <view class="pr">
  4. <view class="header-content">
  5. <image src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/img/mybanner.png" style="width:100%;height:260rpx;"></image>
  6. </view>
  7. <view class="pr" style="z-index:2">
  8. <view class="plr15">
  9. <view class="bdr4 pb20">
  10. <view class="m-dpflex m-justify-start m-align-center" style="height: 165rpx;">
  11. <image binderror="_binderror" mode="scaleToFill" :src="info.avatar" style="width: 120rpx;height: 120rpx;border-radius: 50%;"></image>
  12. <text class="line1 f20 fb plr15 text-white">{{info.nickname}}</text>
  13. <navigator hoverClass="none" :url="'editinfo?name='+info.nickname">
  14. <image class="header-img" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/myedit.png"></image>
  15. </navigator>
  16. <view class="pr tr m-flex">
  17. <view class="tip msg" v-if="true"></view>
  18. <navigator hoverClass="none" url="message">
  19. <image class="header-img" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/myinfo.png"></image>
  20. </navigator>
  21. </view>
  22. </view>
  23. <view class="pr m-xcenter plr20 header-box" style="padding: 40rpx 40rpx;background-color: #fff;border-radius: 16rpx;">
  24. <navigator class="m-flex tl f14 m-ycenter dpb" hoverClass="none" url="../personal/personal_information">
  25. <view class="m-gray-big f20 fb pr10">{{info.balance/100}}</view>
  26. <view class="m-gray-letter mt5 f12">余额(元)</view>
  27. </navigator>
  28. <view @click="gocoupon" class="m-flex tl f14 m-ycenter">
  29. <view class="m-gray-big f20 fb">{{info.coupon_num}}</view>
  30. <view class="m-gray-letter mt5 f12">优惠券(张)</view>
  31. </view>
  32. </view>
  33. </view>
  34. </view>
  35. </view>
  36. <view class="fb f18 plr20">我的订单</view>
  37. <view class="margin-lr-sm m-dpflex m-justify-start m-align-center overflow bg-white margin-top-sm" style="padding-top: 40rpx;padding-bottom: 40rpx;border-radius: 16rpx;box-shadow: 0 0 50rpx 0 rgba(0, 0, 0, 0.1);">
  38. <navigator class="width25 m-ycenter overflow pr" hoverClass="none" url="../common_tools/my_consulting/my_consulting">
  39. <image style="width: 76rpx;height: 76rpx;" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/img/myzixun.png"
  40. mode=""></image>
  41. <view class="tip"></view>
  42. <view class="f14 m-gray-small mt10 line1">我的咨询</view>
  43. </navigator>
  44. <navigator class="width25 m-ycenter overflow pr" hoverClass="none" url="../common_tools/my_consulting/my_appointment">
  45. <image style="width: 76rpx;height: 76rpx;" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/img/myyuyue.png"
  46. mode=""></image>
  47. <view class="tip"></view>
  48. <view class="f14 m-gray-small mt10 line1">我的预约</view>
  49. </navigator>
  50. <navigator class="width25 m-ycenter overflow pr" hoverClass="none" url="../common_tools/my_consulting/my_opinion">
  51. <image style="width: 76rpx;height: 76rpx;" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/img/myyijian.png"
  52. mode=""></image>
  53. <view class="tip"></view>
  54. <view class="f14 m-gray-small mt10 line1">我的意见单</view>
  55. </navigator>
  56. <navigator class="width25 m-ycenter overflow pr" hoverClass="none" url="../service_box/box_details">
  57. <image style="width: 76rpx;height: 76rpx;" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/img/myservice.png"
  58. mode=""></image>
  59. <view class="tip"></view>
  60. <view class="f14 m-gray-small mt10 line1">服务包订单</view>
  61. </navigator>
  62. </view>
  63. <navigator class="pr m-xcenter plr20 pt20" hoverClass="none" url="../archives/my_archives">
  64. <view class="fb f18 pr m-flex tl">健康档案</view>
  65. <view class="pr m-gray-small">档案列表</view>
  66. <label class="m-gray-letter iconfont icon-arrow-right f18 dpb"></label>
  67. </navigator>
  68. <view class="mt20 pr pb40" style="margin-left: 20rpx;margin-right: 20rpx;box-shadow: 0 0 50rpx 0 rgba(0, 0, 0, 0.1);">
  69. <swiper duration="500" @change="swiperChange" :current="itemcurrent" interval="5000" style="height:380rpx;" class="swiper-box">
  70. <swiper-item class="" style="box-sizing: border-box;" v-for="(item,index) in 4" :key="index">
  71. <view class="bg-white" style="border-radius: 16rpx;height: 100%;">
  72. <navigator class="m-ycenter pt40" hoverClass="none" url="" v-if="false">
  73. <view class="bdr30 m-theme br-theme tc plr20 pt8 pb8 f14 width40">新增健康档案</view>
  74. <view class="pt20 f12 m-gray-letter">点击添加新的健康档案</view>
  75. </navigator>
  76. <view @click="_goInfo" v-if="true" style="height: 100%;" v-else>
  77. <view class="fb f18 pt20 margin-left">落雨桐</view>
  78. <view class="f14 m-gray-letter pt10 margin-left">年龄:<text class="text-black">{{18}}岁</text></view>
  79. <view class="plr10 m-dpflex m-justify-start m-align-center overflow pb30 pt30" style="margin-top:60rpx;border-top: 2rpx solid rgb(248,248,248);">
  80. <view class="width33 m-ycenter overflow pr">
  81. <view class="fb f18">{{1}}</view>
  82. <view class="f12 m-gray-small mt6 line1">病例信息</view>
  83. </view>
  84. <view class="width33 m-ycenter overflow pr">
  85. <view class="fb f18">{{3}}</view>
  86. <view class="f12 m-gray-small mt6 line1">就诊记录</view>
  87. </view>
  88. <view class="width33 m-ycenter overflow pr">
  89. <view class="fb f18">{{2}}</view>
  90. <view class="f12 m-gray-small mt6 line1">个人资料</view>
  91. </view>
  92. </view>
  93. </view>
  94. </view>
  95. </swiper-item>
  96. </swiper>
  97. <view class="dots">
  98. <view :class="index==itemcurrent?'dot active':'dot'" v-for="(item,index) in 4" :key="index"></view>
  99. </view>
  100. </view>
  101. <view class="fb f18 plr20 pt40">常用工具</view>
  102. <view class="bg-white margin-lr-sm margin-top-sm" style="border-radius: 16rpx;box-shadow: 0 0 50rpx 0 rgba(0, 0, 0, 0.1);">
  103. <view class="plr10 m-dpflex m-justify-start m-align-center overflow pt30 pb30">
  104. <navigator class="width25 m-ycenter overflow pr" hoverClass="none" url="/pages/common_tools/home_doctor">
  105. <image style="width: 42rpx;height: 42rpx;" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/mydoctor.png"></image>
  106. <view class="f14 m-gray-small mt10 line1">家庭医生</view>
  107. </navigator>
  108. <navigator class="width25 m-ycenter overflow pr" hoverClass="none" url="/pages/common_tools/me_follow">
  109. <image style="width: 42rpx;height: 42rpx;" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/myguanzhu.png"></image>
  110. <view class="f14 m-gray-small mt10 line1">我的关注</view>
  111. </navigator>
  112. <navigator class="width25 m-ycenter overflow pr" hoverClass="none" url="/pages/common_tools/collection/collection">
  113. <image style="width: 42rpx;height: 42rpx;" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/wenzhang.png"></image>
  114. <view class="f14 m-gray-small mt10 line1">收藏文章</view>
  115. </navigator>
  116. <navigator class="width25 m-ycenter overflow pr" hoverClass="none" url="/pages/common_tools/me_order/me_order">
  117. <image style="width: 42rpx;height: 42rpx;" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/baodan.png"></image>
  118. <view class="tip"></view>
  119. <view class="f14 m-gray-small mt10 line1">我的保单</view>
  120. </navigator>
  121. </view>
  122. <view class="plr10 m-dpflex m-justify-start m-align-center overflow pb30">
  123. <navigator class="width25 m-ycenter overflow pr" hoverClass="none" url="/pages/common_tools/me_evaluate">
  124. <image style="width: 42rpx;height: 42rpx;" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/pinjia.png"></image>
  125. <view class="f14 m-gray-small mt10 line1">我的评价</view>
  126. </navigator>
  127. <navigator class="width25 m-ycenter overflow pr" hoverClass="none" url="/pages/common_tools/help_feedback/help_feedback">
  128. <image style="width: 42rpx;height: 42rpx;" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/myhple.png"></image>
  129. <view class="f14 m-gray-small mt10 line1">帮助反馈</view>
  130. </navigator>
  131. <view @click="gotohuihua" class="width25 m-ycenter overflow pr">
  132. <image style="width: 42rpx;height: 42rpx;" src="https://zhengda.oss-cn-chengdu.aliyuncs.com/baoma/static/toolimg/kefu.png"></image>
  133. <view class="f14 m-gray-small mt10 line1">客服咨询</view>
  134. </view>
  135. </view>
  136. </view>
  137. </view>
  138. <view class="cu-tabbar-height"></view>
  139. <view class="cu-tabbar-height"></view>
  140. </view>
  141. </template>
  142. <script>
  143. import store from '@/store'
  144. export default {
  145. onLoad(options) {
  146. },
  147. onShow() {
  148. this.getUserInfo()
  149. },
  150. data() {
  151. return {
  152. itemcurrent: 0,
  153. info: {}
  154. }
  155. },
  156. methods: {
  157. swiperChange(e) {
  158. this.itemcurrent = e.detail.current
  159. },
  160. getUserInfo: async function() {
  161. let res = await this.$request.post('/api/v1/user/userInfo')
  162. if (res.status == 0) {
  163. this.info = res.data
  164. console.log(this.info)
  165. store.commit('setUser', this.info)
  166. // getApp().globalData.imService = new IMService();
  167. // let loginResult = getApp().globalData.imService.login(e.detail.userInfo);
  168. // if (loginResult) {
  169. // //连接IM
  170. // getApp().globalData.imService.connectIM();
  171. // }
  172. }
  173. },
  174. getarchives: async function() {
  175. let res = await this.$request.post("/api/v1/patient/patientList")
  176. if (res.status == 0) {
  177. this.patientList = res.data.data
  178. if (this.patientList.length == 0) {
  179. this.istrue = true
  180. }
  181. }
  182. },
  183. gocoupon() {
  184. uni.navigateTo({
  185. url: "../personal/coupon/coupon"
  186. })
  187. },
  188. gotohuihua() {
  189. uni.navigateTo({
  190. url: "../common_tools/my_consulting/conversation"
  191. })
  192. }
  193. }
  194. };
  195. </script>
  196. <style scoped>
  197. @import url("./mine.css");
  198. .header-content {
  199. position: absolute;
  200. top: 0;
  201. right: 0;
  202. bottom: 0;
  203. left: 0;
  204. width: 100%;
  205. z-index: -1;
  206. overflow: hidden;
  207. box-sizing: border-box;
  208. }
  209. .header-box {
  210. box-shadow: 0px 8rpx 34rpx -6rpx rgba(248, 151, 164, 0.13);
  211. }
  212. .header-img {
  213. width: 36rpx;
  214. height: 36rpx;
  215. }
  216. .tip {
  217. position: absolute;
  218. top: 0;
  219. right: 20%;
  220. bottom: 0;
  221. background-color: red;
  222. width: 12rpx;
  223. height: 12rpx;
  224. border-radius: 50%;
  225. }
  226. .msg {
  227. top: -3rpx;
  228. right: -9rpx;
  229. }
  230. swiper {
  231. height: 320rpx;
  232. }
  233. .swiper-wrapper {
  234. padding: 0 10rpx;
  235. box-sizing: border-box;
  236. }
  237. .swiper-item {
  238. width: 100%;
  239. height: 300rpx;
  240. box-shadow: 0 26rpx 40rpx 0 rgba(255, 255, 255, 0.31);
  241. background: url("http://file.supermm.me/miniProgram/images/personal/bg_doc.png") no-repeat bottom center;
  242. }
  243. .dots {
  244. position: absolute;
  245. left: 0;
  246. right: 0;
  247. bottom: -40rpx;
  248. display: flex;
  249. justify-content: center;
  250. }
  251. .dots .dot {
  252. margin: 0 8rpx;
  253. width: 14rpx;
  254. height: 14rpx;
  255. background: #E4E4E4;
  256. border-radius: 8rpx;
  257. transition: all .6s;
  258. }
  259. .dots .dot.active {
  260. width: 24rpx;
  261. background: rgb(153, 153, 153);
  262. }
  263. .game-wrap {
  264. position: relative;
  265. width: 100%;
  266. height: 100%;
  267. overflow: hidden;
  268. box-sizing: border-box;
  269. }
  270. .game-item {
  271. height: 100%;
  272. background: url("https://file.supermm.me/h5/wechat-h5/integral/personeBg001.jpg") no-repeat;
  273. background-size: 100% 100%;
  274. background-position: center center;
  275. border-radius: 100rpx;
  276. }
  277. </style>