소스 검색

Merge branch 'iteration-20241028-member' into dev

lex-xin 8 달 전
부모
커밋
7b5598511b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}`;
 };
 
 /**验证是否是会员 */