Explorar el Código

Update useFee.ts

lex hace 1 año
padre
commit
7379c74878
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/hook/useFee.ts

+ 1 - 1
src/views/hook/useFee.ts

@@ -5,7 +5,7 @@ import dayjs from 'dayjs';
 import { showDialog } from 'vant';
 
 export const gotoMemberCenter = () => {
-  // postMessage({ api: 'back' });
+  postMessage({ api: 'back' });
   const browserInfo = browser();
   let pathname = '/'
   if (/gym.lexiaoya.cn/.test(location.origin)) {