wlzboy
2025-11-10 766c2b5c6940fb4373b7b8097b31d2b03aa49ac2
app/pages/mine/setting/index.vue
@@ -31,10 +31,12 @@
</template>
<script>
  import { getSystemInfo } from '@/utils/common'
  export default {
    data() {
      return {
        windowHeight: uni.getSystemInfoSync().windowHeight
        windowHeight: getSystemInfo().windowHeight
      }
    },
    methods: {