+
liuyg
2022-01-20 eb6be7e76f6d12ebbc5a552a6fe67e9a79758cb4
+
1 files modified
4 ■■■ changed files
src/components/mobileLeftNav/index.vue 4 ●●● patch | view | raw | blame | history
src/components/mobileLeftNav/index.vue
@@ -9,6 +9,7 @@
        v-for="(item, index) in leftNavData"
        :key="index"
        @click="leftNavClick(item)"
        v-show="!item.notShow"
      >
        <img :style="[imgStyle]" :src="item.img" alt="" />
        <span>{{ item.label }}</span>
@@ -122,6 +123,7 @@
          type: 9,
          imgSrc: "img/leftnav/map-aed.png",
          // imgSrc: "img/mobile/pink.png",
          notShow: true,
        },
        {
          flag: false,
@@ -430,7 +432,7 @@
  .m-left-coutrol {
    position: absolute;
    left: -24px;
    top: 96px;
    top: 79px;
    width: 25px;
    height: 60px;
    background-color: #fff;