12345678910111213141516171819202122232425262728293031 |
- export { RuanRequest, shopRequest, endRequest } from './DWHRequest'
- export { AnotherTFRequest } from './AnotherTFRequest.js'
- export {
- fomartNumber,
- removeCache,
- getUserId,
- getStorageKeyToken,
- checkWhoami,
- useCopy,
- handleDebounce,
- getRandom,
- randomRGB,
- timestampToTime,
- timeFormatting,
- throttle,
- isInWx,
- isVideoSource,
- convertToDecimal,
- isSubarray,
- tradeOrderNo,
- jumpToOtherProject,
- isH5InWebview,
- isVideo,
- saveImg
- } from './DWHutils'
- export { formatTime } from './util'
- export { payFn, payShopFn } from './pay'
- export { navigationAddress, getAdressDetailByLngLat, getLngLatByAddress, MapLoader, isUserEmpowerLocationPermission, getCurrentLocation } from './localtion'
- // #ifdef H5
- export { getUrlCode } from './DWHutils'
- // #endif
|