common.js 208 B

12345678
  1. export default {
  2. // 分页
  3. textInOffset: '下拉刷新',
  4. textOutOffset: '释放更新',
  5. textLoading: '加载中...嘿嘿嘿嘿',
  6. textNoMore: '已经到底啦~',
  7. noDataTitle: '~ 暂无相关数据 ~',
  8. }