This commit is contained in:
2026-06-18 21:04:03 +08:00
parent 41099f4190
commit 3fb5db48f2
3 changed files with 159 additions and 225 deletions
@@ -127,8 +127,10 @@ const isUserMember = computed(()=> {
function handleTabClick(item: Tab) {
switch (item.code) {
case "inviteFriends": {
// R.both(checkNeedLogin, R.pipe(() => emits("inviteUser"), R.T))(item.isLogin)
emits("inviteUser");
R.both(
checkNeedLogin,
R.pipe(() => emits("inviteUser"), R.T)
)(item.isLogin);
break;
}
case "support": {