xulihua hace 5 años
padre
commit
972f2f592f
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      pages/attention/attention.js

+ 1 - 2
pages/attention/attention.js

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