diff --git a/pages/invite/index.vue b/pages/invite/index.vue index a24e881..58243ff 100644 --- a/pages/invite/index.vue +++ b/pages/invite/index.vue @@ -105,12 +105,13 @@ isPopup: false, info: {}, list: [], - devicePixelRatio: uni.getSystemInfoSync().devicePixelRatio + devicePixelRatio: 750/uni.getSystemInfoSync().windowHeight } }, onReady() { this.getList(); this.getCarousel() + console.log(uni.getSystemInfoSync().devicePixelRatio) }, onShow() { if (uni.getStorageSync("AccessToken")) {