美文网首页
微信小程序

微信小程序

作者: 人生墨鱼 | 来源:发表于2016-09-26 17:39 被阅读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

    })

    }

    })

    },

    相关文章

      网友评论

          本文标题:微信小程序

          本文链接:https://www.haomeiwen.com/subject/jyvqyttx.html