wlzboy
2025-12-03 c6e38b6c66de5f5a8df5b8b2ab03a82c3b605db8
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: {