index.js 752 B

12345678910111213141516171819202122232425262728293031
  1. export { RuanRequest, shopRequest, endRequest } from './DWHRequest'
  2. export { AnotherTFRequest } from './AnotherTFRequest.js'
  3. export {
  4. fomartNumber,
  5. removeCache,
  6. getUserId,
  7. getStorageKeyToken,
  8. checkWhoami,
  9. useCopy,
  10. handleDebounce,
  11. getRandom,
  12. randomRGB,
  13. timestampToTime,
  14. timeFormatting,
  15. throttle,
  16. isInWx,
  17. isVideoSource,
  18. convertToDecimal,
  19. isSubarray,
  20. tradeOrderNo,
  21. jumpToOtherProject,
  22. isH5InWebview,
  23. isVideo,
  24. saveImg
  25. } from './DWHutils'
  26. export { formatTime } from './util'
  27. export { payFn, payShopFn } from './pay'
  28. export { navigationAddress, getAdressDetailByLngLat, getLngLatByAddress, MapLoader, isUserEmpowerLocationPermission, getCurrentLocation } from './localtion'
  29. // #ifdef H5
  30. export { getUrlCode } from './DWHutils'
  31. // #endif