var
that =
this
;
wx.getSystemInfo({
success:
function
(res) {
that.setData({
winWidth: res.windowWidth,
winheight: res.windowHeight
});
}
});
<
view
style
=
"width:{{winWidth}}px;height:{{winheight}}px;"
>