guanqb
2023-10-11 34abc557800581539943af0b064d55ec0c9e9d2c
版权位置调整、住宿排序去除
3 files modified
5 ■■■■■ changed files
src/views/home/components/leftContainer.vue 2 ●●● patch | view | raw | blame | history
src/views/home/index.vue 1 ●●●● patch | view | raw | blame | history
src/views/layout/index.vue 2 ●●● patch | view | raw | blame | history
src/views/home/components/leftContainer.vue
@@ -233,7 +233,7 @@
                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)
src/views/home/index.vue
@@ -63,7 +63,6 @@
            <template slot="title">
                <div class="title-box">
                    {{ panoramaTitle }}
                    <span>
                        <i :class="panoramaIcon" @click="panoramaIconClick"></i>
                    </span>
src/views/layout/index.vue
@@ -633,7 +633,7 @@
        .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;