@@ -93,8 +93,7 @@ Page({
var that = this;
// 获取系统信息
wx.getSystemInfo({
- success: function(res) {
-
+ success: function(res) {
that.setData({
winWidth: res.windowWidth,
winHeight: res.windowHeight