..
This commit is contained in:
@@ -30,7 +30,6 @@ const PopupPicker = ({
|
||||
const [defaultValue, setDefaultValue] = useState<(string | number)[]>([])
|
||||
const [defaultOptions, setDefaultOptions] = useState<PickerOption[][]>([])
|
||||
const changePicker = (options: any[], values: any, columnIndex: number) => {
|
||||
debugger
|
||||
if (onChange) {
|
||||
console.log('picker onChange', columnIndex, values, options);
|
||||
|
||||
|
||||
@@ -231,7 +231,6 @@ const EditProfilePage: React.FC = () => {
|
||||
|
||||
// 处理地区选择
|
||||
const handle_location_change = (e: any) => {
|
||||
debugger
|
||||
const [country, province, city] = e;
|
||||
handle_field_edit({ country, province, city });
|
||||
};
|
||||
@@ -537,4 +536,4 @@ const EditProfilePage: React.FC = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default EditProfilePage;
|
||||
export default EditProfilePage;
|
||||
|
||||
Reference in New Issue
Block a user