Explorar el Código

Merge branch 'iteration-20241028-member' into dev

lex-xin hace 8 meses
padre
commit
7b5598511b
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

@@ -21,7 +21,7 @@ export const gotoMemberCenter = () => {
     });
     return;
   }
-  location.href = window.location.origin + pathname + `#/member`;
+  location.href = window.location.origin + pathname + `#/member?id=${state.buyVipId}&type=${state.buyVipType}`;
 };
 
 /**验证是否是会员 */