lex-xin 8 月之前
父节点
当前提交
c7bfe15436
共有 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;
     return;
   }
   }
-  location.href = window.location.origin + pathname + `#/member`;
+  location.href = window.location.origin + pathname + `#/member?id=${state.buyVipId}&type=${state.buyVipType}`;
 };
 };
 
 
 /**验证是否是会员 */
 /**验证是否是会员 */