Commit b37d1698 by YKai

fix:输入类型修改

parent 4aa5dc74
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
android:background="@null" android:background="@null"
android:gravity="center_vertical|left" android:gravity="center_vertical|left"
android:hint="输入手机号" android:hint="输入手机号"
android:inputType="phone" android:inputType="number"
android:lines="1" android:lines="1"
android:maxLength="13" android:maxLength="13"
android:textColor="@color/platform_color_242424" android:textColor="@color/platform_color_242424"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment