ZhangXianQiang
2024-04-18 e96c5023821c43c26993086de3a12eaf65a9d6d1
src/views/screen/components/screen-wrapper/index.vue
@@ -5,7 +5,7 @@
      返回
    </div>
    <div class="wrapper-content">
      <screen-map-three></screen-map-three>
      <screen-map-three :loadEnd="isEnd"></screen-map-three>
      <div class="left-container wrapper">
        <screen-face class="enter-left" :class="{ 'animate-enter-x': isEnd }"></screen-face>
        <screen-car class="enter-left animate-delay-1" :class="{ 'animate-enter-x': isEnd }"></screen-car>
@@ -51,7 +51,7 @@
  },
  data() {
    return {
      isEnd: false
      isEnd: false,
    }
  },
  methods: {