xulihua 5 년 전
부모
커밋
972f2f592f
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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