index.vue 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. <template>
  2. <view style="background:rgba(245,245,245,1);opacity:1;">
  3. <view class="topBox">
  4. <image :src="photoData[swiperIndex].photo" style="width: 100%;height:391rpx;"></image>
  5. <!-- 当前绑定房屋信息 -->
  6. <view class="topBoxInfo">
  7. <view class="topInfo" :style="{marginTop:phoneHeight + 'px'}" @tap="selectHouse">
  8. <view v-if="adress">
  9. {{adress}}
  10. </view>
  11. <view v-else>
  12. <text>xx小区</text> <text>111楼</text> <text>2单元 801</text>
  13. </view>
  14. <view class="topIcon">
  15. <image src="../../static/home_combo_more@2x.png" style="width: 100%;height: 100%;margin-bottom: 5rpx;"></image>
  16. </view>
  17. </view>
  18. <!-- 轮播图 -->
  19. <view class="swiperBox">
  20. <swiper @change="changeImg" :current="swiperIndex" :indicator-dots="true" :autoplay="true" :interval="2000"
  21. :duration="1000" style="width: 100%;height: 100%;" indicator-active-color="#298AFD" indicator-color="#fff">
  22. <swiper-item v-for="(item,index) in photoData" :key="index">
  23. <view class="swiper-item">
  24. <view style="border-radius: 15rpx;">
  25. <image :src="item.photo" style="width: 100%;height:342px;"></image>
  26. </view>
  27. </view>
  28. </swiper-item>
  29. </swiper>
  30. </view>
  31. <!--功能栏 -->
  32. <view class="meau">
  33. <view style="width: 116rpx;height: 100%; text-align: center;line-height: 90rpx;" @tap="visitorPass">
  34. <view class="meauIcon">
  35. <image src="../../static/home_icon_password@2x.png" style="width: 100%;height: 100%;"></image>
  36. </view>
  37. <view class="meauText">访客密码</view>
  38. </view>
  39. <view style="width: 116rpx;height: 100%;text-align: center;line-height: 90rpx;" @tap="openDoor">
  40. <view class="meauIcon" style="margin-left: 35rpx;">
  41. <image src="../../static/home_icon_open@2x.png" style="width: 100%;height: 100%;"></image>
  42. </view>
  43. <view class="meauText">一键开门</view>
  44. </view>
  45. <view style="width: 116rpx;height: 100%;text-align: center;line-height: 90rpx;" @tap="onlineRepairs">
  46. <view class="meauIcon">
  47. <image src="../../static/home_icon_guarantee@2x.png" style="width: 100%;height: 100%;"></image>
  48. </view>
  49. <view class="meauText">在线报修</view>
  50. </view>
  51. <view style="width: 116rpx;height: 100%; text-align: center;line-height: 90rpx;" @tap="onlineComplain">
  52. <view class="meauIcon">
  53. <image src="../../static/home_icon_complain@2x.png" style="width: 100%;height: 100%;"></image>
  54. </view>
  55. <view class="meauText">在线投诉</view>
  56. </view>
  57. </view>
  58. </view>
  59. </view>
  60. <!-- 物业公告 -->
  61. <view class="main">
  62. <view class="mainTitle">
  63. <view class="mainIcon">
  64. <image src="../../static/home_icon@2x.png" style="width: 100%;height: 100%;"></image>
  65. </view>
  66. <view class="mainText">物业公告</view>
  67. <view class="moreBtn" @tap="moreBtn">
  68. 更多
  69. </view>
  70. </view>
  71. <!-- 公告信息 -->
  72. <view class="item">
  73. <view class="mainInfo" v-for="(item,index) in list" :key="index" @tap="seeDetail(item.id)">
  74. <view class="left">
  75. <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;">
  76. {{item.title}}
  77. </view>
  78. <view class="leftInfo">{{item.content}}</view>
  79. <view class="leftDate">
  80. <view class="leftTag" v-if="item.status==1">最新</view>
  81. <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>
  82. </view>
  83. </view>
  84. <view class="right">
  85. <image :src="item.img" style="width: 100%;height: 100%;"></image>
  86. </view>
  87. </view>
  88. </view>
  89. </view>
  90. </view>
  91. </template>
  92. <script>
  93. export default {
  94. data() {
  95. return {
  96. phoneHeight: 0, //手机状态栏的高度
  97. swiperIndex: 0, //当前显示轮播图的索引
  98. photoData: ["../../static/empower_image@2x.png", "../../static/login_bgground@2x.png"], //轮播图数据
  99. list: [], //物业公告数据
  100. adress: ''
  101. }
  102. },
  103. created() {
  104. // 获取状态栏的高度
  105. this.phoneHeight = uni.getSystemInfoSync().statusBarHeight
  106. this.getBannerData()
  107. },
  108. onShow() {
  109. this.adress = uni.getStorageSync('homeAdress')
  110. this.getNoticeList()
  111. },
  112. mounted() {
  113. },
  114. methods: {
  115. // 获取轮播图数据
  116. getBannerData() {
  117. this.http.httpRequest('/wxapplet/owner/AdvertPhoto/list', 'get', {}, true).then((res) => {
  118. console.log(res)
  119. if (res.code == 0) {
  120. this.photoData=res.data.rows
  121. } else {
  122. uni.showToast({
  123. title: res.msg,
  124. 'icon': 'none'
  125. })
  126. }
  127. })
  128. },
  129. // 获取公告数据
  130. getNoticeList() {
  131. uni.showLoading({
  132. mask: true,
  133. title: '加载中'
  134. })
  135. this.http.httpRequest('/wxapplet/owner/notice/list', 'get', {
  136. comtyId: uni.getStorageSync('comtyId')
  137. }, true).then((res) => {
  138. console.log(res)
  139. if (res.code == 0) {
  140. uni.hideLoading()
  141. // 判断当前数据是否大于三条数据
  142. if (res.data.rows.length > 3) {
  143. this.list = res.data.rows.splice(0, 2)
  144. } else {
  145. this.list = res.data.rows
  146. }
  147. } else {
  148. uni.hideLoading()
  149. uni.showToast({
  150. title: res.msg,
  151. 'icon': 'none'
  152. })
  153. }
  154. }).catch(() => {
  155. uni.hideLoading()
  156. })
  157. },
  158. // 查看物业公告详情
  159. seeDetail(id) {
  160. uni.navigateTo({
  161. url: './detail?id=' + id
  162. })
  163. },
  164. // 监听轮播图当前索引
  165. changeImg(e) {
  166. this.swiperIndex = e.detail.current
  167. },
  168. // 访客密码
  169. visitorPass() {
  170. uni.navigateTo({
  171. url: "./visitorPass"
  172. })
  173. },
  174. // 一键开门
  175. openDoor() {
  176. uni.navigateTo({
  177. url: "../openDoor/openDoor"
  178. })
  179. },
  180. // 在线保修
  181. onlineRepairs() {
  182. uni.navigateTo({
  183. url: "../onlineRpair/index"
  184. })
  185. },
  186. // 在线投诉
  187. onlineComplain() {
  188. uni.navigateTo({
  189. url: "../complain/index"
  190. })
  191. },
  192. // 更多跳转
  193. moreBtn() {
  194. uni.navigateTo({
  195. url: './more'
  196. })
  197. },
  198. // 选择房屋认证
  199. selectHouse() {
  200. uni.navigateTo({
  201. url: "./changeHouse"
  202. })
  203. }
  204. }
  205. }
  206. </script>
  207. <style>
  208. .topIcon {
  209. width: 14rpx;
  210. height: 9rpx;
  211. margin-left: 6rpx;
  212. }
  213. .leftTag {
  214. width: 56rpx;
  215. height: 28rpx;
  216. background: rgba(84, 162, 255, 1);
  217. opacity: 1;
  218. border-radius: 6rpx;
  219. font-size: 20rpx;
  220. font-family: PingFang SC;
  221. font-weight: 400;
  222. color: rgba(255, 255, 255, 1);
  223. text-align: center;
  224. line-height: 26rpx;
  225. margin-top: 6rpx;
  226. margin-right: 120rpx;
  227. }
  228. .leftDate {
  229. width: 100%;
  230. height: 34rpx;
  231. margin-top: 38rpx;
  232. display: flex;
  233. position: relative;
  234. }
  235. .left {
  236. width: 442rpx;
  237. height: 204rpx;
  238. }
  239. .leftInfo {
  240. width: 100%;
  241. height: 34rpx;
  242. font-size: 24rpx;
  243. font-family: PingFang SC;
  244. font-weight: 400;
  245. color: rgba(153, 153, 153, 1);
  246. overflow: hidden;
  247. text-overflow: ellipsis;
  248. white-space: nowrap;
  249. margin-top: 16rpx;
  250. }
  251. .right {
  252. width: 207rpx;
  253. height: 204rpx;
  254. border-radius: 10px;
  255. }
  256. .mainInfo {
  257. width: 688rpx;
  258. height: 222rpx;
  259. display: flex;
  260. justify-content: space-between;
  261. border-bottom: 2px solid rgba(247, 247, 247, 1);
  262. }
  263. .item {
  264. width: 688rpx;
  265. margin: 0 auto;
  266. margin-top: 20rpx;
  267. }
  268. .main {
  269. width: 100%;
  270. margin-top: 20rpx;
  271. background: rgba(255, 255, 255, 1);
  272. opacity: 1;
  273. overflow: hidden;
  274. }
  275. .mainIcon {
  276. width: 30rpx;
  277. height: 30rpx;
  278. /* border: 1rpx solid #333333; */
  279. margin-top: 6rpx;
  280. margin-right: 10rpx;
  281. }
  282. .mainText {
  283. width: 132rpx;
  284. height: 44rpx;
  285. font-size: 32rpx;
  286. font-family: PingFang SC;
  287. font-weight: bold;
  288. color: rgba(51, 51, 51, 1);
  289. }
  290. .moreBtn {
  291. width: 100rpx;
  292. height: 50rpx;
  293. background: rgba(255, 255, 255, 1);
  294. border: 2rpx solid rgba(238, 238, 238, 1);
  295. opacity: 1;
  296. border-radius: 26rpx;
  297. text-align: center;
  298. font-size: 24rpx;
  299. font-family: PingFang SC;
  300. font-weight: 400;
  301. line-height: 50rpx;
  302. position: absolute;
  303. right: 0;
  304. top: 2rpx;
  305. color: #999999;
  306. }
  307. .mainTitle {
  308. position: relative;
  309. width: 688rpx;
  310. /* height: 44rpx; */
  311. margin: 0 auto;
  312. display: flex;
  313. margin-top: 40rpx;
  314. }
  315. .meauText {
  316. width: 100%;
  317. height: 40rpx;
  318. font-size: 28rpx;
  319. font-family: PingFang SC;
  320. font-weight: bold;
  321. color: rgba(51, 51, 51, 1);
  322. /* color: rgba(255, 255, 255, 1); */
  323. /* margin-top: 40rpx; */
  324. }
  325. .meauIcon {
  326. width: 60rpx;
  327. height: 60rpx;
  328. /* border: 1rpx solid #4CD964; */
  329. margin-left: 28rpx;
  330. }
  331. .meau {
  332. width: 590rpx;
  333. height: 124rpx;
  334. margin: 0 auto;
  335. margin-top: 40rpx;
  336. /* border: 1rpx solid #FFFFFF; */
  337. display: flex;
  338. justify-content: space-between;
  339. }
  340. .swiperBox {
  341. width: 666rpx;
  342. height: 342rpx;
  343. border-radius: 14rpx;
  344. margin: 0 auto;
  345. /* border: 1rpx solid #333333; */
  346. margin-top: 48rpx;
  347. }
  348. .topBox {
  349. width: 100%;
  350. height: 718rpx;
  351. background-color: #FFFFFF;
  352. }
  353. .topBoxInfo {
  354. width: 100%;
  355. /* height: 688rpx; */
  356. position: absolute;
  357. top: 0;
  358. margin-top: 30rpx;
  359. }
  360. .topInfo {
  361. width: 505rpx;
  362. height: 36rpx;
  363. margin-left: 50rpx;
  364. font-size: 26rpx;
  365. font-family: PingFang SC;
  366. font-weight: 400;
  367. line-height: 36rpx;
  368. color: rgba(255, 255, 255, 1);
  369. display: flex;
  370. }
  371. .swiperBox .swiperHeight {
  372. height: 100% !important;
  373. }
  374. </style>