四零语境前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
320 B

1 month ago
1 month ago
1 month ago
  1. import {
  2. checkPhone,
  3. formatTime,
  4. calculateDateDifference,
  5. wxPay
  6. } from '@/utils/common'
  7. import {
  8. uploadImage,
  9. chooseAndUpload,
  10. getFileExtension
  11. } from '@/utils/upload'
  12. export default {
  13. checkPhone,
  14. formatTime,
  15. calculateDateDifference,
  16. wxPay,
  17. uploadImage,
  18. chooseAndUpload,
  19. getFileExtension
  20. }