yifang.vue 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659
  1. <template>
  2. <view class="rizhao">
  3. <u-navbar :title="title" back-icon-color="#fff" title-color="#fff" :background="{background:'rgba(0,0,0,0)'}" :border-bottom="false" :immersive="true"></u-navbar>
  4. <view class="header-3d" id="objContaier" @click="to3D">
  5. <image v-if="detail.sunlight_image" :src="detail.sunlight_image" class="bg-3d" mode="aspectFill"></image>
  6. <image v-else src="../static/3d-bg.png" class="bg-3d" mode="aspectFill"></image>
  7. <view class="btn-3d u-flex u-row-center">
  8. <image src="../static/3d-btn.png" mode=""></image>
  9. </view>
  10. </view>
  11. <view class="rizhao-louhao u-flex u-flex-wrap">
  12. <view class="u-flex u-col-center u-row-center louhao-active" :style="{borderColor:louhao == index ? '#1F7EFF' : '#999999'}" v-for="(item,index) in louhaoList" :key="index" @click="changelou(index)">
  13. <text class="text1" :style="{color:louhao == index ? '#1F7EFF' : '#999999'}">{{item.build_num}}#</text>
  14. <text class="text2" v-if="louhao == index">✓</text>
  15. </view>
  16. </view>
  17. <scroll-view class="louceng-time-table" scroll-x="true" v-if="list.length > 0">
  18. <view class="u-flex-col" :style="{width:getwidth() + 'rpx'}">
  19. <view class="table-header">
  20. {{louhaoList[louhao].build_num}}#
  21. </view>
  22. <view class="body-header u-flex">
  23. <view class="header-title u-flex-col u-row-between">
  24. <text class="text1">单元</text>
  25. <text class="text2">楼层</text>
  26. <image src="../../static/images/xiegang.png" mode=""></image>
  27. </view>
  28. <view class="danyuan-header" v-for="(a,b) in list[0].unit_info" :key="b">
  29. <view class="danyuan-title">
  30. 第{{a.unit}}单元
  31. </view>
  32. <view class="u-flex">
  33. <view class="house-title" v-for="(c,d) in a.house_info" :key="d">
  34. {{a.house_info.length - d}}室
  35. </view>
  36. </view>
  37. </view>
  38. </view>
  39. <view class="body-item" v-for="(item,index) in list" :key="index">
  40. <view class="item-title">{{item.floor}}F</view>
  41. <view class="danyuan-item" v-for="(a,b) in item.unit_info" :key="b">
  42. <view class="house-item" style="background-color: #dafddc;" v-for="(c,d) in a.house_info" :key="d">
  43. <view class="house-room u-flex">
  44. <text>{{c.room_num}}</text>
  45. <text>室</text>
  46. </view>
  47. <view class="house-allprice">
  48. <text>{{(c.record_total_price/10000).toFixed(2)}}</text>
  49. <text>万元</text>
  50. </view>
  51. <view class="house-price">
  52. <text>{{c.record_unit_price}}</text>
  53. <text>元/㎡</text>
  54. </view>
  55. <view class="house-mianji">
  56. <text>{{c.covered_area}}</text>
  57. <text>㎡</text>
  58. </view>
  59. </view>
  60. </view>
  61. </view>
  62. </view>
  63. </scroll-view>
  64. <!-- <view class="" v-html="disclaimer"></view> -->
  65. <view class="" style="height: 170rpx;"></view>
  66. <view class="rizhao-btn u-flex u-row-between">
  67. <text @click="opentel">隐私电话</text>
  68. <text @click="tochat">在线咨询</text>
  69. </view>
  70. <u-popup v-model="showtocall" mode="center" background="rgba(0,0,0,0)">
  71. <view class="tocall-box u-flex-col u-col-center">
  72. <image class="tocall-img" src="../../static/images/popup1-1.png" mode=""></image>
  73. <view class="u-flex-col u-col-center tocall-text">您是否进行呼叫?</view>
  74. <view class="u-flex u-row-between tocall-btn">
  75. <text @click="showtocall = false">取消</text>
  76. <text @click="tocell">确定</text>
  77. </view>
  78. </view>
  79. </u-popup>
  80. <u-popup v-model="showlogin" mode="center" background="rgba(0,0,0,0)">
  81. <view class="tocall-box u-flex-col u-col-center">
  82. <image class="tocall-img" src="../../static/images/popup1-1.png" mode=""></image>
  83. <view class="u-flex-col u-col-center tocall-text">你目前处于未登录状态请前往登录</view>
  84. <view class="u-flex u-row-between tocall-btn">
  85. <text @click="showlogin = false">取消</text>
  86. <text @click="tologin">确定</text>
  87. </view>
  88. </view>
  89. </u-popup>
  90. <gf-chat ref="chatlist" @over="getuser"></gf-chat>
  91. <gf-tel ref="tellist" @over="getuser"></gf-tel>
  92. </view>
  93. </template>
  94. <script>
  95. export default {
  96. data() {
  97. return {
  98. showtocall: false,
  99. id: '',
  100. louhaoList: [],
  101. louhao: 0,
  102. list: [],
  103. detail: {},
  104. showlogin: false,
  105. disclaimer: '',
  106. title: '',
  107. worker_id: 0,
  108. worker_phone: '',
  109. worker_hx_username: ''
  110. }
  111. },
  112. onLoad(option) {
  113. this.id = option.id
  114. this.getdata()
  115. this.getconfig()
  116. },
  117. onShow() {
  118. if (uni.getStorageSync("token")) {
  119. this.getuser()
  120. }
  121. },
  122. methods: {
  123. to3D() {
  124. if (this.detail.abbr_url) {
  125. uni.navigateTo({
  126. url: '/pagesA/index/webview?url=' + this.detail.abbr_url + "&id=" + this.id + "&type=2"
  127. })
  128. } else {
  129. this.$u.toast("暂无数据")
  130. }
  131. },
  132. getuser() {
  133. this.$u.post('/api/Member/member_info').then(res => {
  134. this.worker_id = res.data.worker_id
  135. this.worker_phone = res.data.worker_phone
  136. this.worker_hx_username = res.data.worker_hx_username
  137. })
  138. },
  139. opentel() {
  140. if (uni.getStorageSync("token")) {
  141. this.showtocall = true
  142. } else {
  143. this.showlogin = true
  144. }
  145. },
  146. getconfig() {
  147. this.$u.post('/api/Index/platform_config').then(res => {
  148. const regex = new RegExp('<img', 'gi')
  149. this.disclaimer = res.data.disclaimer.replace(regex, `<img style="max-width: 100%; height: auto"`)
  150. })
  151. },
  152. getwidth() {
  153. var width = 0
  154. this.list.forEach((item, index) => {
  155. if (index == 0) {
  156. width = width + 104
  157. item.unit_info.forEach(val => {
  158. width = width + val.house_info.length * 160
  159. })
  160. }
  161. })
  162. return width
  163. },
  164. getlist() {
  165. this.$u.post('/api/Property/house_detail', {
  166. id: this.id,
  167. build_num: this.louhaoList[this.louhao].build_num
  168. }).then(res => {
  169. this.list = res.data.sort((a, b) => b.floor - a.floor)
  170. this.list.forEach(item => {
  171. item.unit_info = item.unit_info.sort((a, b) => b.unit - a.unit)
  172. item.unit_info.forEach(val => {
  173. val.house_info = val.house_info.sort((a, b) => b.room_num - a.room_num)
  174. })
  175. })
  176. })
  177. },
  178. getdata() {
  179. this.$u.post('/api/Property/property_detail', {
  180. id: this.id
  181. }).then(res => {
  182. this.detail = res.data
  183. this.title = res.data.name
  184. })
  185. this.$u.post('/api/Property/build_info', {
  186. id: this.id
  187. }).then(res => {
  188. this.louhaoList = res.data
  189. if (this.louhaoList.length > 0) {
  190. this.getlist()
  191. }
  192. })
  193. },
  194. tologin() {
  195. this.showlogin = false
  196. uni.navigateTo({
  197. url: "/pages/mine/login"
  198. })
  199. },
  200. tochat() {
  201. if (uni.getStorageSync("token")) {
  202. if (this.worker_id == 0) {
  203. this.$refs.chatlist.open(this.id)
  204. } else {
  205. this.$u.post('/api/Member/consult_record', {
  206. type: 2
  207. })
  208. uni.navigateTo({
  209. url: "/pages/index/chat?hx_username=" + this.worker_hx_username + "&worker_id=" + this.worker_id
  210. })
  211. }
  212. } else {
  213. this.showlogin = true
  214. }
  215. },
  216. tocell() {
  217. if (uni.getStorageSync("token")) {
  218. this.showtocall = false
  219. if (this.worker_id == 0) {
  220. this.$refs.tellist.open(this.id)
  221. } else {
  222. this.$u.post('/api/Member/consult_record', {
  223. type: 1
  224. })
  225. uni.makePhoneCall({
  226. phoneNumber: this.worker_phone
  227. })
  228. }
  229. } else {
  230. this.showlogin = true
  231. }
  232. },
  233. changelou(index) {
  234. this.louhao = index
  235. this.getlist()
  236. },
  237. }
  238. }
  239. </script>
  240. <style lang="scss">
  241. page {
  242. background-color: #F5F5F5;
  243. }
  244. .rizhao {
  245. .header-3d {
  246. height: 648rpx;
  247. width: 750rpx;
  248. position: relative;
  249. .bg-3d {
  250. height: 648rpx;
  251. width: 750rpx;
  252. }
  253. .btn-3d {
  254. width: 128rpx;
  255. height: 128rpx;
  256. background: rgba(0, 0, 0, 0.5);
  257. border: 4rpx solid rgba(255, 255, 255, 0.5);
  258. border-radius: 100%;
  259. position: absolute;
  260. top: 50%;
  261. left: 50%;
  262. transform: translate(-50%, -50%);
  263. image {
  264. width: 50rpx;
  265. height: 70rpx;
  266. }
  267. }
  268. }
  269. .tocall-box {
  270. position: relative;
  271. .tocall-img {
  272. width: 650rpx;
  273. height: 476rpx;
  274. }
  275. .tocall-btn {
  276. position: absolute;
  277. bottom: 70rpx;
  278. left: 0;
  279. width: 100%;
  280. padding: 0 48rpx;
  281. text:first-child {
  282. width: 254rpx;
  283. line-height: 80rpx;
  284. background: #FFA120;
  285. border-radius: 20rpx;
  286. text-align: center;
  287. font-size: 34rpx;
  288. font-family: PingFangSC-Medium, PingFang SC;
  289. font-weight: 500;
  290. color: #FFFFFF;
  291. }
  292. text:last-child {
  293. width: 254rpx;
  294. line-height: 80rpx;
  295. background: #1F7EFF;
  296. border-radius: 20rpx;
  297. text-align: center;
  298. font-size: 34rpx;
  299. font-family: PingFangSC-Medium, PingFang SC;
  300. font-weight: 500;
  301. color: #FFFFFF;
  302. text-decoration: none;
  303. }
  304. }
  305. .tocall-text {
  306. text-align: center;
  307. font-size: 24rpx;
  308. font-family: PingFangSC-Regular, PingFang SC;
  309. font-weight: 400;
  310. color: #999999;
  311. position: absolute;
  312. top: 244rpx;
  313. left: 0;
  314. z-index: 10;
  315. width: 100%;
  316. }
  317. }
  318. .rizhao-btn {
  319. position: fixed;
  320. bottom: 0;
  321. left: 0;
  322. z-index: 10;
  323. width: 750rpx;
  324. height: 166rpx;
  325. background: #FFFFFF;
  326. padding: 0 24rpx 54rpx 24rpx;
  327. text:first-child {
  328. width: 338rpx;
  329. line-height: 84rpx;
  330. background: #FFA120;
  331. border-radius: 20rpx;
  332. text-align: center;
  333. font-size: 28rpx;
  334. font-family: PingFangSC-Regular, PingFang SC;
  335. font-weight: 400;
  336. color: #FFFFFF;
  337. text-decoration: none;
  338. }
  339. text:last-child {
  340. width: 338rpx;
  341. line-height: 84rpx;
  342. background: #1F7EFF;
  343. border-radius: 20rpx;
  344. text-align: center;
  345. font-size: 28rpx;
  346. font-family: PingFangSC-Regular, PingFang SC;
  347. font-weight: 400;
  348. color: #FFFFFF;
  349. }
  350. }
  351. .louceng-time-table {
  352. width: 702rpx;
  353. margin: 20rpx auto;
  354. background-color: #fff;
  355. .body-header {
  356. height: 124rpx;
  357. white-space: nowrap;
  358. border-bottom: 1rpx solid #CCCCCC;
  359. .danyuan-header {
  360. .danyuan-title {
  361. height: 58rpx;
  362. line-height: 58rpx;
  363. text-align: center;
  364. border-bottom: 1rpx solid #CCCCCC;
  365. border-right: 1rpx solid #CCCCCC;
  366. }
  367. .house-title {
  368. width: 160rpx;
  369. height: 64rpx;
  370. line-height: 64rpx;
  371. font-size: 24rpx;
  372. font-family: PingFangSC-Regular, PingFang SC;
  373. font-weight: 400;
  374. color: #333333;
  375. text-align: center;
  376. border-right: 1rpx solid #CCCCCC;
  377. }
  378. }
  379. .header-title {
  380. width: 104rpx;
  381. height: 124rpx;
  382. border-right: 1rpx solid #CCCCCC;
  383. padding: 8rpx 12rpx;
  384. position: relative;
  385. image {
  386. position: absolute;
  387. top: 0;
  388. left: 0;
  389. width: 100%;
  390. height: 100%;
  391. }
  392. text {
  393. font-size: 24rpx;
  394. font-family: PingFangSC-Regular, PingFang SC;
  395. font-weight: 400;
  396. color: #333333;
  397. }
  398. .text1 {
  399. width: 100%;
  400. text-align: right;
  401. }
  402. .text2 {
  403. width: 100%;
  404. }
  405. }
  406. }
  407. .body-item {
  408. white-space: nowrap;
  409. border-bottom: 1rpx solid #CCCCCC;
  410. display: inline-flex;
  411. align-items: stretch;
  412. .danyuan-item {
  413. display: inline-flex;
  414. align-items: stretch;
  415. white-space: nowrap;
  416. .house-item {
  417. display: inline-flex;
  418. flex-direction: column;
  419. justify-content: center;
  420. width: 160rpx;
  421. padding-left: 16rpx;
  422. border-right: 1rpx solid #CCCCCC;
  423. min-height: 160rpx;
  424. .house-mianji {
  425. text:first-child {
  426. font-size: 24rpx;
  427. color: #333333;
  428. }
  429. text:last-child {
  430. font-size: 18rpx;
  431. color: #999999;
  432. }
  433. }
  434. .house-price {
  435. text:first-child {
  436. font-size: 24rpx;
  437. color: #1F7EFF;
  438. }
  439. text:last-child {
  440. font-size: 18rpx;
  441. color: #999999;
  442. }
  443. }
  444. .house-allprice {
  445. text:first-child {
  446. font-size: 28rpx;
  447. color: #FFA120;
  448. }
  449. text:last-child {
  450. font-size: 18rpx;
  451. color: #999999;
  452. }
  453. }
  454. .house-room {
  455. text:first-child {
  456. font-size: 24rpx;
  457. color: #333333;
  458. }
  459. text:last-child {
  460. font-size: 18rpx;
  461. color: #999999;
  462. }
  463. }
  464. }
  465. }
  466. .item-title {
  467. vertical-align: top;
  468. width: 104rpx;
  469. text-align: center;
  470. line-height: 160rpx;
  471. font-size: 24rpx;
  472. font-family: PingFangSC-Regular, PingFang SC;
  473. font-weight: 400;
  474. color: #333333;
  475. border-right: 1rpx solid #CCCCCC;
  476. display: inline-block;
  477. min-width: 1rpx;
  478. }
  479. }
  480. .table-header {
  481. width: 100%;
  482. text-align: center;
  483. font-size: 24rpx;
  484. font-family: PingFangSC-Regular, PingFang SC;
  485. font-weight: 400;
  486. color: #333333;
  487. line-height: 110rpx;
  488. border-bottom: 1rpx solid #CCCCCC;
  489. }
  490. }
  491. .time-box {
  492. width: 702rpx;
  493. height: 138rpx;
  494. background: #FFFFFF;
  495. border-radius: 20rpx;
  496. margin: 20rpx auto;
  497. padding: 24rpx 20rpx 4rpx 20rpx;
  498. .time-item {
  499. margin-bottom: 20rpx;
  500. text:first-child {
  501. width: 32rpx;
  502. height: 32rpx;
  503. background: #61C86A;
  504. border-radius: 8rpx;
  505. margin-right: 20rpx;
  506. }
  507. text:last-child {
  508. font-size: 24rpx;
  509. font-family: PingFangSC-Regular, PingFang SC;
  510. font-weight: 400;
  511. color: #999999;
  512. margin-right: 40rpx;
  513. }
  514. }
  515. }
  516. .louceng-jieqi {
  517. background-color: #fff;
  518. padding-bottom: 24rpx;
  519. .jieqi-box {
  520. width: 662rpx;
  521. height: 164rpx;
  522. background: #F5F5F5;
  523. border-radius: 20rpx;
  524. margin: 0 auto;
  525. padding: 24rpx 20rpx 4rpx 20rpx;
  526. text {
  527. margin-bottom: 20rpx;
  528. width: 194rpx;
  529. line-height: 48rpx;
  530. background: #FFFFFF;
  531. border-radius: 8rpx;
  532. border: 2rpx solid #999999;
  533. text-align: center;
  534. font-size: 24rpx;
  535. font-family: PingFangSC-Regular, PingFang SC;
  536. font-weight: 400;
  537. color: #999999;
  538. }
  539. .text {
  540. color: #1F7EFF;
  541. border-color: #1F7EFF;
  542. }
  543. }
  544. }
  545. .louceng-fangxiang {
  546. padding: 24rpx 44rpx;
  547. background-color: #FFFFFF;
  548. text {
  549. width: 318rpx;
  550. line-height: 84rpx;
  551. background: #FFFFFF;
  552. border-radius: 20rpx;
  553. border: 2rpx solid #999999;
  554. text-align: center;
  555. font-size: 28rpx;
  556. font-family: PingFangSC-Regular, PingFang SC;
  557. font-weight: 400;
  558. color: #999999;
  559. }
  560. .text {
  561. color: #1F7EFF;
  562. border-color: #1F7EFF;
  563. }
  564. }
  565. .rizhao-louhao {
  566. width: 750rpx;
  567. background: #FFFFFF;
  568. border-radius: 20rpx;
  569. padding: 0 18rpx 24rpx 18rpx;
  570. border-bottom: 2rpx solid #F5F5F5;
  571. .louhao-active {
  572. margin: 0 25rpx;
  573. width: 92rpx;
  574. height: 40rpx;
  575. background: #FFFFFF;
  576. border-radius: 8rpx;
  577. border: 1rpx solid #999999;
  578. position: relative;
  579. margin-top: 24rpx;
  580. .text1 {
  581. font-size: 24rpx;
  582. font-family: PingFangSC-Regular, PingFang SC;
  583. font-weight: 400;
  584. color: #999999;
  585. }
  586. .text2 {
  587. width: 20rpx;
  588. line-height: 20rpx;
  589. background: #1F7EFF;
  590. border-radius: 8rpx 0px 8rpx 0px;
  591. text-align: center;
  592. position: absolute;
  593. bottom: 0;
  594. right: 0;
  595. z-index: 1;
  596. color: #fff;
  597. font-size: 18rpx;
  598. }
  599. }
  600. }
  601. }
  602. </style>