zhangmengjie 5 年之前
父节点
当前提交
b39a9fcec6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/components/PersonalInfoDialog.js

+ 2 - 2
pages/components/PersonalInfoDialog.js

@@ -107,7 +107,7 @@ export default class PersonalInfoDialog extends Component<Props> {
 
 
   _keyboardDidShow = e => {
   _keyboardDidShow = e => {
     this.setState({
     this.setState({
-      keyBoardHeight: e.endCoordinates.height
+      keyBoardHeight: 10
     });
     });
   };
   };
   _keyboardDidHide = () => {
   _keyboardDidHide = () => {
@@ -138,7 +138,7 @@ export default class PersonalInfoDialog extends Component<Props> {
           <View
           <View
             style={{
             style={{
               width: "100%",
               width: "100%",
-              height: "20%",
+              height: 150,
               backgroundColor: "white",
               backgroundColor: "white",
               bottom: this.state.keyBoardHeight
               bottom: this.state.keyBoardHeight
             }}
             }}