空间成员代运营可见
This commit is contained in:
parent
7eda5e4fd6
commit
9042627dce
|
@ -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 &&
|
||||
|
|
Loading…
Reference in New Issue