@@ -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}`;
};
/**验证是否是会员 */