Browse Source

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

xuchunyang 8 years ago
parent
commit
1f899d3cc8
3 changed files with 3 additions and 3 deletions
  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
		up: {
11
		up: {
12
			contentrefresh: '正在加载...',
12
			contentrefresh: '正在加载...',
13
			callback: pullupRefresh,
13
			callback: pullupRefresh,
14
		    //auto:true
14
		    auto:true
15
		}
15
		}
16
	}
16
	}
17
});
17
});

+ 1 - 1
app/js/attentions2.js

11
		up: {
11
		up: {
12
			contentrefresh: '正在加载...',
12
			contentrefresh: '正在加载...',
13
			callback: pullupRefresh,
13
			callback: pullupRefresh,
14
		    //auto:true
14
		    auto:true
15
		}
15
		}
16
	}
16
	}
17
});
17
});

+ 1 - 1
app/js/searchhome.js

28
			up: {
28
			up: {
29
				contentrefresh: '正在加载...',
29
				contentrefresh: '正在加载...',
30
				callback: pullupRefresh,
30
				callback: pullupRefresh,
31
				//auto:true
31
				auto:true
32
			}
32
			}
33
		}
33
		}
34
});
34
});