wlzboy
5 天以前 06a17c236d4cb9b8da75fce43af938cb7ea510bf
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: {