| | |
| | | console.log(res.data.data.records, 'getHotelList-1234') |
| | | this.$parent.zhuSuPage.total = res.data.data.total |
| | | //开业在前面排序 |
| | | this.$parent.zhuSuArr = res.data.data.records.sort((x, y) => (x.status > y.status) ? -1 : (x.status < y.status) ? 1 : 0) |
| | | // this.$parent.zhuSuArr = res.data.data.records.sort((x, y) => (x.status > y.status) ? -1 : (x.status < y.status) ? 1 : 0) |
| | | setTimeout(() => { |
| | | this.$parent.zhuSuLoading = false |
| | | }, 500) |
| | |
| | | <template slot="title"> |
| | | <div class="title-box"> |
| | | {{ panoramaTitle }} |
| | | |
| | | <span> |
| | | <i :class="panoramaIcon" @click="panoramaIconClick"></i> |
| | | </span> |
| | |
| | | |
| | | .copyright-box-shouye { |
| | | position: absolute; |
| | | bottom: calc(380 / 1080 * 100vh); |
| | | bottom: calc((100% - maxCountSizeVh(120)) / 3); |
| | | right: calc(400 / 1920 * 100vw); |
| | | color: #fff; |
| | | font-size: 14px; |