siteDetails.vue 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. <template>
  2. <view class="">
  3. <uni-popup ref="siteDetailsPopupRef" type="bottom">
  4. <view class="details-box">
  5. <view class="details-content" :style="{'height':contentH +'px' }">
  6. <template v-if="info">
  7. <view class="site-info">
  8. <view class="site-name">{{info.locationName}}</view>
  9. <view class="site-location">
  10. {{`${info.provinceName}${info.cityName}${info.areaName}${info.address}`}}
  11. </view>
  12. <view class="site-distance">距离{{getDistance(info.distance)}}</view>
  13. <view class="site-time">
  14. <text class="time-lable">办公时间</text>
  15. <text class="site-time-val">{{info.workTimeRemark}}</text>
  16. </view>
  17. </view>
  18. <view class="sever-box" :style="{'height':serveH +'px' }">
  19. <template v-if="serveH">
  20. <siteServe :height="serveH" :mapLocationId="info.mapLocationId" />
  21. </template>
  22. </view>
  23. </template>
  24. </view>
  25. <!-- <scroll-view :style="{'height':scrollH +'px' }" scroll-y="true" :show-scrollbar="false">
  26. </scroll-view> -->
  27. <view class="details-btn">
  28. <view class="site-btn" @click.stop="getPhoneCall(info.mapContactList)">
  29. <svg t="1733972888261" class="icon" viewBox="0 0 1024 1024" version="1.1"
  30. xmlns="http://www.w3.org/2000/svg" p-id="4331" xmlns:xlink="http://www.w3.org/1999/xlink">
  31. <path
  32. d="M575.7 647.1l69.4-69.2 13.3 2.3c1.7 0.3 4.9 0.9 9.4 1.7 7.4 1.3 15.7 2.9 24.6 4.5 25.5 4.8 50.9 9.8 74.8 14.9 17.3 3.7 33.1 7.3 47 10.7 27.6 6.8 47.3 12.9 59.1 18.6 43 20.8 60 65.5 53.4 122-9.7 81.3-97 174.3-204.4 175.4-121 1.2-291.4-87.7-411.9-214.7C165.3 560.4 81.8 406.9 98 278.3c8.5-67.1 40.2-115.9 87.8-147.2 32.4-21.3 69.4-32.5 97.9-34.6 38.2-2.8 69.6 9.6 92.5 38 9.7 12 19.7 36.1 32.2 73.3 3.6 10.9 7.4 22.8 11.3 35.4 7 23 14.1 47.6 20.9 72.2 2.4 8.6 4.5 16.6 6.4 23.7 1.1 4.3 2 7.4 2.4 9.1l3.7 14.2-80.4 81.8c44.5 89 122.6 169.8 203 202.9z m13.5 60l-15.3-5.1c-105.4-35.6-205.4-139.4-256.3-252.3l-7.3-16.2 85-86.4c-1.5-5.6-3.1-11.6-4.9-17.9-6.6-24.1-13.5-48.2-20.4-70.7-3.8-12.3-7.4-23.7-10.9-34.2-10.2-30.5-19.1-52-23.3-57.2-11.8-14.6-26.4-20.4-48.2-18.8-20.2 1.5-48.7 10.1-73.1 26.2-35.2 23.2-58.3 58.6-64.8 110.3-13.8 108.7 63.1 250.2 198.4 392.7C459.5 794.9 617 877 721.8 876c79.2-0.8 146.4-72.5 153.2-129.4 4.3-36.6-4.3-59.4-24.4-69.1-7.5-3.6-24.7-8.9-48.9-14.9-13.4-3.3-28.6-6.8-45.4-10.4-23.3-5-48.4-10-73.5-14.7-7.2-1.3-13.9-2.6-20.1-3.7l-73.5 73.3z"
  33. p-id="4332">
  34. </path>
  35. </svg>
  36. <text class="site-text">立即联系</text>
  37. </view>
  38. <view class="site-btn" @click.stop="openLocation(info)">
  39. <svg t="1733972953937" class="icon" viewBox="0 0 1024 1024" version="1.1"
  40. xmlns="http://www.w3.org/2000/svg" p-id="8440" xmlns:xlink="http://www.w3.org/1999/xlink">
  41. <path
  42. d="M894.185422 128.023792 129.814578 445.743994 445.99982 577.744353 571.860343 893.929596Z"
  43. p-id="8441"></path>
  44. </svg>
  45. <text class="site-text">一键导航</text>
  46. </view>
  47. </view>
  48. </view>
  49. </uni-popup>
  50. <telList ref="telListRef" />
  51. </view>
  52. </template>
  53. <script>
  54. // import { EventBus } from "@/utils/vueBus.js"
  55. import { openMap } from "@/utils/openApp.js"
  56. import { distanceCalculate } from "@/utils/tool.js";
  57. import telList from "./telList.vue"
  58. import siteServe from "./siteServe.vue"
  59. export default {
  60. data() {
  61. return {
  62. contentH: 0,
  63. serveH: 0,
  64. info: null,
  65. }
  66. },
  67. components: { telList, siteServe },
  68. created() {
  69. },
  70. mounted() {
  71. // EventBus.$on('TianDiTuSite', (res) => {
  72. // const { longitude, latitude } = res;
  73. // this.openDetails(res);
  74. // });
  75. // const aaa = {
  76. // "deleteFlag": "NOT_DELETE",
  77. // "createTime": "2024-12-11 16:56:18",
  78. // "createUser": "1543837863788879871",
  79. // "updateTime": "2024-12-18 09:08:07",
  80. // "updateUser": "1543837863788879871",
  81. // "mapLocationId": "1866768964909047810",
  82. // "locationName": "武汉市民之家 出入境办证大厅",
  83. // "mapTypeId": "1867023355423547393",
  84. // "mapTypeName": "市公安政务服务中心",
  85. // "mapTypeIcon": "https://sly-ga-zwserver.obs.cn-north-4.myhuaweicloud.com/2024/12/16/1868630815665283073.png",
  86. // "provinceCode": "420000",
  87. // "provinceName": "湖北省",
  88. // "cityCode": "420100",
  89. // "cityName": "武汉市",
  90. // "areaCode": "420102",
  91. // "areaName": "江岸区",
  92. // "address": "江岸区金桥大道117号",
  93. // "workTimeRemark": "周一至周五:上午9:00-12:00;下午13:30-17:00 周六:上午9:00-12:00;下午13:00-16:00",
  94. // "outerPhone": "12367",
  95. // "mapStatus": "ENABLE",
  96. // "orderIndex": 1,
  97. // "longitude": "114.28986",
  98. // "latitude": "30.66223",
  99. // "centerPoint": false,
  100. // "distance": 0,
  101. // "centerDistance": 50.825090552695464,
  102. // "mapContactList": [{
  103. // "deleteFlag": "NOT_DELETE",
  104. // "createTime": "2024-12-18 09:08:07",
  105. // "createUser": "1543837863788879871",
  106. // "updateTime": null,
  107. // "updateUser": null,
  108. // "mapContactsId": "1869187854787371009",
  109. // "phone": "12367",
  110. // "remark": null,
  111. // "mapLocationId": "1866768964909047810"
  112. // }]
  113. // }
  114. // this.openDetails(aaa)
  115. },
  116. beforeDestroy() {
  117. // EventBus.$off('someEvent'); // 确保在组件销毁前移除事件监听
  118. },
  119. watch: {
  120. contentH: {
  121. handler(newH) {
  122. if (newH) {
  123. const query = uni.createSelectorQuery().in(this);
  124. query
  125. .select(".site-info")
  126. .boundingClientRect((data) => {
  127. const { height } = data || {};
  128. const h = this.contentH - height - 10;
  129. this.serveH = h;
  130. })
  131. .exec();
  132. }
  133. },
  134. }
  135. },
  136. methods: {
  137. getDistance(num) {
  138. return distanceCalculate(num)
  139. },
  140. getPhoneCall(tel) {
  141. this.$refs.telListRef.open({ tel })
  142. },
  143. openLocation(info) {
  144. const { areaCode, cityCode, provinceCode, provinceName, cityName, areaName, address } = info
  145. const name = `${provinceName}${cityName}${areaName}${address}`;
  146. const code = areaCode || cityCode || provinceCode
  147. openMap({ name, code: code, type: "baidu" })
  148. },
  149. openDetails(res) {
  150. console.log('openDetails = ' , res)
  151. this.info = res;
  152. this.serveH = 0;
  153. this.contentH = 0;
  154. this.$refs.siteDetailsPopupRef.open()
  155. this.calculateHeight()
  156. },
  157. calculateHeight() {
  158. this.$nextTick(() => {
  159. try {
  160. const query = uni.createSelectorQuery().in(this);
  161. query
  162. .select(".details-box")
  163. .boundingClientRect((data) => {
  164. if (data) {
  165. this.contentH = data.height - uni.upx2px(150);
  166. }
  167. })
  168. .exec();
  169. } catch (error) {
  170. //TODO handle the exception
  171. const windowHeight = uni.getSystemInfoSync().windowHeight;
  172. this.contentH = windowHeight * 0.8 - uni.upx2px(150);
  173. }
  174. if (!this.contentH) {
  175. setTimeout(() => {
  176. this.calculateHeight()
  177. }, 100)
  178. }
  179. })
  180. }
  181. }
  182. }
  183. </script>
  184. <style lang="scss" scoped>
  185. .uni-popup {
  186. z-index: 1002;
  187. .details-box {
  188. height: 80vh;
  189. padding: 0 30rpx;
  190. background-color: #fff;
  191. border-radius: 20rpx 20rpx 0 0;
  192. .site-name {
  193. font-size: 36rpx;
  194. padding-top: 30rpx;
  195. padding-bottom: 15rpx;
  196. }
  197. .site-location,
  198. .site-distance {
  199. padding-top: 10rpx;
  200. // color: #8e8c8c;
  201. font-size: 28rpx;
  202. }
  203. .site-distance {
  204. color: #7D7D7D;
  205. }
  206. .site-time {
  207. margin-top: 15rpx;
  208. background-color: #fff;
  209. border-top: 1rpx solid #F0F0F0;
  210. padding: 15rpx 0;
  211. display: flex;
  212. justify-content: space-between;
  213. font-size: 28rpx;
  214. text {
  215. flex-shrink: 0;
  216. }
  217. .time-lable {
  218. color: #7D7D7D;
  219. }
  220. .site-time-val {
  221. width: 1rpx;
  222. flex: 1;
  223. padding-left: 30rpx;
  224. // text-align: right;
  225. }
  226. }
  227. .details-btn {
  228. width: 100%;
  229. height: 120rpx;
  230. padding-top: 20rpx;
  231. display: flex;
  232. justify-content: center;
  233. align-items: center;
  234. .site-btn {
  235. width: 260rpx;
  236. height: 80rpx;
  237. display: flex;
  238. justify-content: center;
  239. align-items: center;
  240. color: #fff;
  241. border-radius: 10rpx;
  242. background-color: #3291F8;
  243. &+.site-btn {
  244. margin-left: 50rpx;
  245. }
  246. .icon {
  247. width: 50rpx;
  248. height: 50rpx;
  249. path {
  250. fill: #fff;
  251. }
  252. }
  253. .site-text {
  254. font-size: 30rpx;
  255. padding-left: 20rpx;
  256. }
  257. }
  258. }
  259. }
  260. .sever-box {
  261. width: 100%;
  262. // background-color: hotpink;
  263. }
  264. }
  265. </style>