index.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  1. <template>
  2. <view style="background:rgba(245,245,245,1);opacity:1;">
  3. <view class="topBox">
  4. <!-- <image :src="photoData[swiperIndex].photo"></image> -->
  5. <view class="topBg" :style="{paddingTop:phoneHeight + 'px'}"></view>
  6. <!-- 当前绑定房屋信息 -->
  7. <view class="topBoxInfo">
  8. <view class="topInfo" :style="{marginTop:phoneHeight + 'px'}" @tap="selectHouse">
  9. <view v-if="adress">
  10. {{adress}}
  11. </view>
  12. <view v-else>
  13. <text>xx小区</text> <text>111楼</text> <text>2单元 801</text>
  14. </view>
  15. <view class="topIcon">
  16. <image src="../../static/home_combo_more@2x.png" style="width: 100%;height: 100%;margin-bottom: 5rpx;"></image>
  17. </view>
  18. </view>
  19. <!-- 轮播图 -->
  20. <view class="swiperBox">
  21. <swiper @change="changeImg" :current="swiperIndex" :indicator-dots="true" :autoplay="true" :interval="2000"
  22. :duration="1000" style="width: 100%;height: 100%;" indicator-active-color="#298AFD" indicator-color="#fff">
  23. <swiper-item v-for="(item,index) in photoData" :key="index">
  24. <view class="swiper-item">
  25. <view style="">
  26. <image :src="item.photo" style="width: 100%;height:342px;"></image>
  27. </view>
  28. </view>
  29. </swiper-item>
  30. </swiper>
  31. </view>
  32. <!--功能栏 -->
  33. <view class="meau">
  34. <view style="width: 116rpx;height: 100%; text-align: center;line-height: 90rpx;" @tap="visitorPass">
  35. <view class="meauIcon">
  36. <image src="../../static/home_icon_password@2x.png" style="width: 100%;height: 100%;"></image>
  37. </view>
  38. <view class="meauText">访客密码</view>
  39. </view>
  40. <view style="width: 116rpx;height: 100%;text-align: center;line-height: 90rpx;" @tap="openDoor">
  41. <view class="meauIcon" style="margin-left: 35rpx;">
  42. <image src="../../static/home_icon_open@2x.png" style="width: 100%;height: 100%;"></image>
  43. </view>
  44. <view class="meauText">一键开门</view>
  45. </view>
  46. <view style="width: 116rpx;height: 100%;text-align: center;line-height: 90rpx;" @tap="onlineRepairs">
  47. <view class="meauIcon">
  48. <image src="../../static/home_icon_guarantee@2x.png" style="width: 100%;height: 100%;"></image>
  49. </view>
  50. <view class="meauText">在线报修</view>
  51. </view>
  52. <view style="width: 116rpx;height: 100%; text-align: center;line-height: 90rpx;" @tap="onlineComplain">
  53. <view class="meauIcon">
  54. <image src="../../static/home_icon_complain@2x.png" style="width: 100%;height: 100%;"></image>
  55. </view>
  56. <view class="meauText">在线投诉</view>
  57. </view>
  58. </view>
  59. </view>
  60. </view>
  61. <!-- 物业公告 -->
  62. <view class="main">
  63. <view class="mainTitle">
  64. <view class="mainIcon">
  65. <image src="../../static/home_icon@2x.png" style="width: 100%;height: 100%;"></image>
  66. </view>
  67. <view class="mainText">物业公告</view>
  68. <view class="moreBtn" @tap="moreBtn">
  69. 更多
  70. </view>
  71. </view>
  72. <!-- 公告信息 -->
  73. <view class="item">
  74. <!-- <view class="notInfo" v-show="visible">暂无公告信息</view> -->
  75. <view style="width:300rpx;margin: 0 auto;margin-top: 10rpx;" v-show="visible">
  76. <image src="../../static/notData.png" style="width:300rpx ;height: 300rpx;"></image>
  77. <view style="width:144rpx;height:50rpx;font-size:36rpx;margin: 0 auto;margin-top: 10rpx;">暂无数据</view>
  78. </view>
  79. <view class="mainInfo" v-for="(item,index) in list" :key="index" @tap="seeDetail(item.id)" v-show="!visible">
  80. <view class="left">
  81. <view style="width: 100%;height: 42rpx;ont-size:30rx;font-family:PingFang SC;font-weight:bold;color:rgba(51,51,51,1);margin-top: 40rpx;">
  82. {{item.title}}
  83. </view>
  84. <view class="leftInfo">{{item.content}}</view>
  85. <view class="leftDate">
  86. <!-- v-if="item.status==1" -->
  87. <view class="leftTag">最新</view>
  88. <view style="width:230rpx;height:34rpx;font-size:24rpx;font-family:PingFang SC;font-weight:400;line-height:34rpx;color:rgba(204,204,204,1);position: absolute;right: 0;">{{(item.createDate).substr(0,16)}}</view>
  89. </view>
  90. </view>
  91. <view class="right">
  92. <image :src="item.img" style="width: 100%;height: 100%;"></image>
  93. </view>
  94. </view>
  95. </view>
  96. </view>
  97. <!-- 认证房屋是否通过提示 -->
  98. <uniPopup ref='popup' type="center">
  99. <view style="width: 600rpx;height: 522rpx;background-color: #fff;border-radius: 10rpx;" class="popupBox">
  100. <image src="../../static/auditing_popup.png" style="width:85%;height: 100%;margin-top: -50rpx;margin-left: 30rpx;"></image>
  101. <view class="popupTitle" v-if="status==1">当前认证房屋正在审核中</view>
  102. <view class="popupTitle" v-else-if="status==4">当前暂无房屋绑定,请重新认证</view>
  103. <button class="popupBtn" @tap="popupClose" v-if="status==1">我知道了</button>
  104. <button class="popupBtn" @tap="goTapHouse" v-else-if="status==4">去认证</button>
  105. </view>
  106. </uniPopup>
  107. </view>
  108. </template>
  109. <script>
  110. export default {
  111. data() {
  112. return {
  113. phoneHeight: 0, //手机状态栏的高度
  114. swiperIndex: 0, //当前显示轮播图的索引
  115. photoData: ["../../static/empower_image@2x.png", "../../static/login_bgground@2x.png"], //轮播图数据
  116. list: [], //物业公告数据
  117. adress: '',
  118. visible: true,
  119. status: ''
  120. }
  121. },
  122. created() {
  123. // 获取状态栏的高度
  124. this.phoneHeight = uni.getSystemInfoSync().statusBarHeight
  125. this.getBannerData()
  126. this.getUserInfo()
  127. },
  128. onLoad() {
  129. this.getStatus()
  130. this.status = uni.getStorageSync('houseStatus')
  131. },
  132. onShow() {
  133. this.getStatus()
  134. this.status = uni.getStorageSync('houseStatus')
  135. this.adress = uni.getStorageSync('homeAdress')
  136. this.getNoticeList()
  137. },
  138. mounted() {
  139. },
  140. methods: {
  141. //重新认证房屋
  142. goTapHouse() {
  143. uni.navigateTo({
  144. url: '../authentication/city'
  145. })
  146. this.$refs.popup.close()
  147. },
  148. // 关闭弹窗
  149. popupClose() {
  150. this.$refs.popup.close()
  151. },
  152. // 获取当前房屋认证状态
  153. getStatus() {
  154. this.http.httpRequest('/wxapplet/ownersid/getHouseState', 'get', {
  155. cardNo: uni.getStorageSync('idNumber'),
  156. comtyId: uni.getStorageSync('comtyId'),
  157. houseId: uni.getStorageSync('homeId'),
  158. }, true).then((res) => {
  159. if (res.code == 0) {
  160. this.status = res.data.houseStatus
  161. uni.setStorageSync('houseStatus', res.data.houseStatus)
  162. }
  163. })
  164. },
  165. //把base64转换成图片
  166. getBase64ImageUrl(data) {
  167. /// 获取到base64Data
  168. var base64Data = data;
  169. /// 通过微信小程序自带方法将base64转为二进制去除特殊符号,再转回base64
  170. base64Data = uni.arrayBufferToBase64(uni.base64ToArrayBuffer(base64Data))
  171. /// 拼接请求头,data格式可以为image/png或者image/jpeg等,看需求
  172. const base64ImgUrl = "data:image/png;base64," + base64Data;
  173. // 刷新数据
  174. return base64ImgUrl
  175. },
  176. // 获取用户信息
  177. getUserInfo() {
  178. this.http.httpRequest('/wxapplet/ownersid/getUser', 'get', {
  179. userId: uni.getStorageSync('userId')
  180. }, true).then((res) => {
  181. if (res.code == 0) {
  182. uni.setStorageSync('userName', res.data.loginName)
  183. uni.setStorageSync('userPhone', res.data.phoneNum)
  184. // 判断当前返回值是否是网络路径图片
  185. if (res.data.avatar.indexOf('https://') == -1) {
  186. uni.setStorageSync('headImg', this.getBase64ImageUrl(res.data.avatar))
  187. } else {
  188. uni.setStorageSync('headImg', res.data.avatar)
  189. }
  190. } else {
  191. // uni.showToast({
  192. // title: res.msg,
  193. // 'icon': 'none'
  194. // })
  195. }
  196. }).catch(() => {})
  197. },
  198. // 获取轮播图数据
  199. getBannerData() {
  200. this.http.httpRequest('/wxapplet/owner/AdvertPhoto/list', 'get', {}, true).then((res) => {
  201. console.log(res)
  202. if (res.code == 0) {
  203. this.photoData = res.data.rows
  204. } else {
  205. uni.showToast({
  206. title: res.msg,
  207. 'icon': 'none'
  208. })
  209. }
  210. })
  211. },
  212. // 获取公告数据
  213. getNoticeList() {
  214. uni.showLoading({
  215. mask: true,
  216. title: '加载中'
  217. })
  218. this.http.httpRequest('/wxapplet/owner/notice/list', 'get', {
  219. comtyId: uni.getStorageSync('comtyId')
  220. }, true).then((res) => {
  221. console.log(res)
  222. if (res.code == 0) {
  223. // 判断当前数据是否大于三条数据
  224. if (res.data.rows.length == 0) {
  225. this.visible = true
  226. } else if (res.data.rows.length > 3) {
  227. this.list = res.data.rows.splice(0, 3)
  228. this.visible = false
  229. } else {
  230. this.list = res.data.rows
  231. }
  232. uni.hideLoading()
  233. } else {
  234. uni.hideLoading()
  235. uni.showToast({
  236. title: res.msg,
  237. 'icon': 'none'
  238. })
  239. }
  240. }).catch(() => {
  241. uni.hideLoading()
  242. })
  243. },
  244. // 查看物业公告详情
  245. seeDetail(id) {
  246. //判断当前房屋是否认证成功
  247. if (this.status == 1 || this.status == 4) {
  248. this.$refs.popup.open()
  249. return
  250. }
  251. uni.navigateTo({
  252. url: './detail?id=' + id
  253. })
  254. },
  255. // 监听轮播图当前索引
  256. changeImg(e) {
  257. this.swiperIndex = e.detail.current
  258. },
  259. // 访客密码
  260. visitorPass() {
  261. //判断当前房屋是否认证成功
  262. if (this.status == 1 || this.status == 4) {
  263. this.$refs.popup.open()
  264. return
  265. }
  266. uni.navigateTo({
  267. url: "./visitorPass"
  268. })
  269. },
  270. // 一键开门
  271. openDoor() {
  272. //判断当前房屋是否认证成功
  273. if (this.status == 1 || this.status == 4) {
  274. this.$refs.popup.open()
  275. return
  276. }
  277. uni.navigateTo({
  278. url: "../openDoor/openDoor"
  279. })
  280. },
  281. // 在线保修
  282. onlineRepairs() {
  283. //判断当前房屋是否认证成功
  284. if (this.status == 1 || this.status == 4) {
  285. this.$refs.popup.open()
  286. return
  287. }
  288. uni.navigateTo({
  289. url: "../onlineRpair/index"
  290. })
  291. },
  292. // 在线投诉
  293. onlineComplain() {
  294. //判断当前房屋是否认证成功
  295. if (this.status == 1 || this.status == 4) {
  296. this.$refs.popup.open()
  297. return
  298. }
  299. uni.navigateTo({
  300. url: "../complain/index"
  301. })
  302. },
  303. // 更多跳转
  304. moreBtn() {
  305. //判断当前房屋是否认证成功
  306. if (this.status == 1 || this.status == 4) {
  307. this.$refs.popup.open()
  308. return
  309. }
  310. uni.navigateTo({
  311. url: './more'
  312. })
  313. },
  314. // 选择房屋认证
  315. selectHouse() {
  316. //判断当前房屋是否认证成功
  317. if (this.status == 4) {
  318. this.$refs.popup.open()
  319. return
  320. }
  321. uni.navigateTo({
  322. url: "./changeHouse"
  323. })
  324. }
  325. }
  326. }
  327. </script>
  328. <style lang="scss">
  329. .popupClose {
  330. width: 44rpx;
  331. height: 44rpx;
  332. position: absolute;
  333. right: 20rpx;
  334. top: 20rpx;
  335. }
  336. .topBg {
  337. width: 100%;
  338. height: 110rpx;
  339. background: rgba(41, 138, 253, 1);
  340. }
  341. .popupBtn {
  342. width: 342rpx;
  343. height: 80rpx;
  344. position: absolute;
  345. bottom: 80rpx;
  346. left: 128rpx;
  347. background: rgba(41, 138, 253, 1);
  348. color: #FFFFFF;
  349. font-size: 32rpx;
  350. }
  351. .popupTitle {
  352. width: 400rpx;
  353. height: 40rpx;
  354. font-size: 28rpx;
  355. color: #999999;
  356. position: absolute;
  357. bottom: 232rpx;
  358. left: 145rpx;
  359. }
  360. .popupImage {
  361. width: 100%;
  362. height: 300rpx;
  363. /* background-image: url(../../static/success_popup@2x.png);
  364. position: absolute;
  365. top: -64rpx; */
  366. }
  367. .item {
  368. .notInfo {
  369. width: 100%;
  370. height: 50rpx;
  371. font-size: 36rpx;
  372. font-family: PingFang SC;
  373. font-weight: 400;
  374. line-height: 50rpx;
  375. color: rgba(36, 36, 36, 1);
  376. margin: 0 auto;
  377. margin-top: 100rpx;
  378. text-align: center;
  379. }
  380. }
  381. .topIcon {
  382. width: 14rpx;
  383. height: 9rpx;
  384. margin-left: 6rpx;
  385. }
  386. .leftTag {
  387. width: 56rpx;
  388. height: 28rpx;
  389. background: rgba(84, 162, 255, 1);
  390. opacity: 1;
  391. border-radius: 6rpx;
  392. font-size: 20rpx;
  393. font-family: PingFang SC;
  394. font-weight: 400;
  395. color: rgba(255, 255, 255, 1);
  396. text-align: center;
  397. line-height: 26rpx;
  398. margin-top: 6rpx;
  399. margin-right: 120rpx;
  400. }
  401. .leftDate {
  402. width: 100%;
  403. height: 34rpx;
  404. margin-top: 38rpx;
  405. display: flex;
  406. position: relative;
  407. }
  408. .left {
  409. width: 442rpx;
  410. height: 204rpx;
  411. }
  412. .leftInfo {
  413. width: 100%;
  414. height: 34rpx;
  415. font-size: 24rpx;
  416. font-family: PingFang SC;
  417. font-weight: 400;
  418. color: rgba(153, 153, 153, 1);
  419. overflow: hidden;
  420. text-overflow: ellipsis;
  421. white-space: nowrap;
  422. margin-top: 16rpx;
  423. }
  424. .right {
  425. width: 207rpx;
  426. height: 204rpx;
  427. border-radius: 10px;
  428. }
  429. .mainInfo {
  430. width: 688rpx;
  431. height: 222rpx;
  432. display: flex;
  433. justify-content: space-between;
  434. border-bottom: 2px solid rgba(247, 247, 247, 1);
  435. }
  436. .item {
  437. width: 688rpx;
  438. margin: 0 auto;
  439. margin-top: 20rpx;
  440. }
  441. .main {
  442. width: 100%;
  443. margin-top: 20rpx;
  444. background: rgba(255, 255, 255, 1);
  445. opacity: 1;
  446. overflow: hidden;
  447. }
  448. .mainIcon {
  449. width: 30rpx;
  450. height: 30rpx;
  451. /* border: 1rpx solid #333333; */
  452. margin-top: 6rpx;
  453. margin-right: 10rpx;
  454. }
  455. .mainText {
  456. width: 132rpx;
  457. height: 44rpx;
  458. font-size: 32rpx;
  459. font-family: PingFang SC;
  460. font-weight: bold;
  461. color: rgba(51, 51, 51, 1);
  462. }
  463. .moreBtn {
  464. width: 100rpx;
  465. height: 50rpx;
  466. background: rgba(255, 255, 255, 1);
  467. border: 2rpx solid rgba(238, 238, 238, 1);
  468. opacity: 1;
  469. border-radius: 26rpx;
  470. text-align: center;
  471. font-size: 24rpx;
  472. font-family: PingFang SC;
  473. font-weight: 400;
  474. line-height: 50rpx;
  475. position: absolute;
  476. right: 0;
  477. top: 2rpx;
  478. color: #999999;
  479. }
  480. .mainTitle {
  481. position: relative;
  482. width: 688rpx;
  483. /* height: 44rpx; */
  484. margin: 0 auto;
  485. display: flex;
  486. margin-top: 40rpx;
  487. }
  488. .meauText {
  489. width: 100%;
  490. height: 40rpx;
  491. font-size: 28rpx;
  492. font-family: PingFang SC;
  493. font-weight: bold;
  494. color: rgba(51, 51, 51, 1);
  495. /* color: rgba(255, 255, 255, 1); */
  496. /* margin-top: 40rpx; */
  497. }
  498. .meauIcon {
  499. width: 60rpx;
  500. height: 60rpx;
  501. /* border: 1rpx solid #4CD964; */
  502. margin-left: 28rpx;
  503. }
  504. .meau {
  505. width: 590rpx;
  506. height: 124rpx;
  507. margin: 0 auto;
  508. margin-top: 40rpx;
  509. /* border: 1rpx solid #FFFFFF; */
  510. display: flex;
  511. justify-content: space-between;
  512. }
  513. .swiperBox {
  514. width: 666rpx;
  515. height: 342rpx;
  516. border-radius: 14rpx;
  517. margin: 0 auto;
  518. /* border: 1rpx solid #333333; */
  519. margin-top: 55rpx;
  520. overflow: hidden;
  521. }
  522. .topBox {
  523. width: 100%;
  524. height: 718rpx;
  525. background-color: #FFFFFF;
  526. }
  527. .topBoxInfo {
  528. width: 100%;
  529. /* height: 688rpx; */
  530. position: absolute;
  531. top: 0;
  532. margin-top: 30rpx;
  533. // background:rgba(41,138,253,1);
  534. }
  535. .topInfo {
  536. width: 505rpx;
  537. height: 36rpx;
  538. margin-left: 50rpx;
  539. font-size: 26rpx;
  540. font-family: PingFang SC;
  541. font-weight: 400;
  542. line-height: 36rpx;
  543. color: rgba(255, 255, 255, 1);
  544. display: flex;
  545. }
  546. .swiperBox .swiperHeight {
  547. height: 100% !important;
  548. }
  549. </style>