12345678910111213141516171819202122232425262728293031323334 |
- const GlobalOption = {
- down: {
-
- textInOffset: '下拉刷新',
- textOutOffset: '释放更新',
- textLoading: '加载中 ...',
- offset: 80,
- native: false
- },
- up: {
-
- textLoading: '加载中 ...',
- textNoMore: '-- END --',
- offset: 80,
- isBounce: false,
- toTop: {
-
- src: "http://www.mescroll.com/img/mescroll-totop.png?v=1",
- offset: 1000,
- right: 20,
- bottom: 120,
- width: 72
- },
- empty: {
- use: true,
- icon: "http://www.mescroll.com/img/mescroll-empty.png?v=1",
- tip: '~ 暂无相关数据 ~'
- }
- }
- }
- export default GlobalOption
|