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:
commit
37e5aba29a
|
@ -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