ソースを参照

解决搜索页面和关注页面ios出现空白间距问题

xuchunyang 8 年 前
コミット
1f899d3cc8
共有3 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 1 1
      app/js/attentions.js
  2. 1 1
      app/js/attentions2.js
  3. 1 1
      app/js/searchhome.js

+ 1 - 1
app/js/attentions.js

@ -11,7 +11,7 @@ mui.init({
11 11
		up: {
12 12
			contentrefresh: '正在加载...',
13 13
			callback: pullupRefresh,
14
		    //auto:true
14
		    auto:true
15 15
		}
16 16
	}
17 17
});

+ 1 - 1
app/js/attentions2.js

@ -11,7 +11,7 @@ mui.init({
11 11
		up: {
12 12
			contentrefresh: '正在加载...',
13 13
			callback: pullupRefresh,
14
		    //auto:true
14
		    auto:true
15 15
		}
16 16
	}
17 17
});

+ 1 - 1
app/js/searchhome.js

@ -28,7 +28,7 @@ mui.init({
28 28
			up: {
29 29
				contentrefresh: '正在加载...',
30 30
				callback: pullupRefresh,
31
				//auto:true
31
				auto:true
32 32
			}
33 33
		}
34 34
});