增加用户封禁项目

This commit is contained in:
yezian 2024-06-24 13:34:04 +08:00
parent a0acabb23c
commit fc1cb95324
1 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,9 @@ const BlockUserContent = (props) => {
<p>{data === 1 && "限制空间内发布免费帖"}</p> <p>{data === 1 && "限制空间内发布免费帖"}</p>
<p>{data === 2 && "限制空间内发布付费帖"}</p> <p>{data === 2 && "限制空间内发布付费帖"}</p>
<p>{data === 3 && "限制空间内发帖"}</p> <p>{data === 3 && "限制空间内发帖"}</p>
<p>{data === 4 && "主播搜索隐藏"}</p>
<p>{data === 5 && "主播发现隐藏"}</p>
<p>{data === 6 && "主播广场隐藏"}</p>
</div> </div>
), ),
}, },
@ -378,6 +381,9 @@ const BlockUserContent = (props) => {
<option value={1}>限制空间内发布免费帖</option> <option value={1}>限制空间内发布免费帖</option>
<option value={2}>限制空间内发布付费帖</option> <option value={2}>限制空间内发布付费帖</option>
<option value={3}>限制空间内发帖</option> <option value={3}>限制空间内发帖</option>
<option value={4}>主播搜索隐藏</option>
<option value={5}>主播发现隐藏</option>
<option value={6}>主播广场隐藏</option>
</select> </select>
</Form.Item> </Form.Item>
<Form.Item <Form.Item