wlzboy
2025-11-01 8b005a808d6ab8fae1480ed57bdfd68af2dafcd4
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: {