mkh-message-server
Version:
消息服务-ui
27 lines (23 loc) • 524 B
JavaScript
export const MSG = {
loading: '正在加载…',
loadMore: '加载更多',
allLoaded: '已经到底了',
refresh: '下拉刷新'
};
export const THRESHOLD = 30;
export const SCROLL_CONFIG = {
scrollY: true,
click: true,
mouseWheel: false,
disableMouse: false,
disableTouch: false,
pullDownRefresh: {
threshold: THRESHOLD,
probeType: 1
},
pullUpLoad: {
probeType: 1,
threshold: THRESHOLD
}
};
export const BURIED_TYPES = { visit: '1001', link: '1002' };