张延森 hace 3 años
padre
commit
68b5acc20b
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      src/utils/hooks/useTrackPage.js

+ 8
- 0
src/utils/hooks/useTrackPage.js Ver fichero

@@ -0,0 +1,8 @@
1
+
2
+import { useRef } from 'react'
3
+import { useDidShow, useDidHide } from '@tarojs/taro'
4
+
5
+export default (fun) => {
6
+
7
+
8
+}