微信小程序

2016-09-26  本文已影响0人  人生墨鱼

标签

https://mp.weixin.qq.com/debug/wxadoc/dev/component/?t=1474644085698

获取屏幕高宽

onShow: function(e) {

wx.getSystemInfo({

success: (res) => {

this.setData({

windowHeight: res.windowHeight,

windowWidth: res.windowWidth

})

}

})

},

上一篇下一篇

猜你喜欢

热点阅读