海报大小

main
shuxiaoquan 8 months ago
parent bd64ca01f1
commit 9d1af77a8c
  1. 3
      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")) {

Loading…
Cancel
Save