import React, { useState } from 'react' import { Button, Descriptions } from 'antd' import Section from './components/Section' import Edit from './components/Edit' export default props => { const [editorShow, setEditorShow] = useState(false) const [roomName, setRoomName] = useState('1期1号楼1单元13层1331') const handleEdit = () => {} return (
测试 1382383843 Big Big iwnxlspqpsisnxghgys 320101200001011234
setEditorShow(true)}>修改}> 户主 未审核 1382383843

若想修改户主登录手机号,需要户主自己登录APP在个人中心修改。 或者联系荟房网络运营人员核实后修改,因为此手机号可能在其他社区在用。 若想修改成员为其他成员的手机号,请删除此成员后添加新成员。

setEditorShow(false)} />
) }