Browse Source

refactor: ♻️ 修改

pull/23/head
姜鑫 2 years ago
parent
commit
3ac73dcd33
  1. 2
      src/App.vue

2
src/App.vue

@ -1,7 +1,7 @@
<template> <template>
<WeatherAndTime :mall-code="mallCode" /> <WeatherAndTime :mall-code="mallCode" />
<ScrollList ref="scrollList" :customer-list="customerList" :mall-code="mallCode" /> <ScrollList ref="scrollList" :customer-list="customerList" :mall-code="mallCode" />
<img src="./assets/images/back_index_icon.svg" class="fixed bottom-3 left-3 w-28 h-12" alt="" @click="back" />
<img src="./assets/images/back_index_icon.svg" class="fixed bottom-3 left-3 w-28 h-12 z-100" alt="" @click="back" />
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { onMounted, onBeforeUnmount, ref, toRefs, shallowRef } from 'vue' import { onMounted, onBeforeUnmount, ref, toRefs, shallowRef } from 'vue'

Loading…
Cancel
Save