wlzboy
2025-10-26 1626d13ec8b1a63676e63cf95c5004c4118da3b3
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: {