Merge pull request '空间成员代运营可见' (#33) from anln_0000001_1.9 into main

Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_app/pulls/33
This commit is contained in:
yezian 2025-02-11 18:13:31 +08:00
commit 37e5aba29a
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ export default function SelectSpaceSettingItem({ navigation, route, data }) {
{(data?.visitor_role === 1 || data?.visitor_role === 2) && (
<SettingItem title="合伙人设置" to="CollaboratorSetting" />
)}
{data?.visitor_role === 3 && (
{(data?.visitor_role === 3 || data?.visitor_role === 1) && (
<SettingItem title="空间成员" to="SpaceMember" />
)}
{data?.refund_enable === 1 &&