|
|
@@ -20,8 +20,8 @@ class LoginPage extends StatefulWidget {
|
|
|
}
|
|
|
|
|
|
class _LoginPageState extends State<LoginPage> {
|
|
|
- TextEditingController _phoneNum = TextEditingController(text: '18782190728');
|
|
|
- TextEditingController _pw = TextEditingController(text: '123456');
|
|
|
+ TextEditingController _phoneNum = TextEditingController(text: '');
|
|
|
+ TextEditingController _pw = TextEditingController(text: '');
|
|
|
int focus = -1;
|
|
|
bool showBrowse = false;
|
|
|
|
|
|
@@ -374,7 +374,7 @@ class _LoginPageState extends State<LoginPage> {
|
|
|
if(!hasError){
|
|
|
AppStoreReviewBeanEntity e = AppStoreReviewBeanEntity().fromJson(json.decode(response.data.toString()));
|
|
|
print(e.data);
|
|
|
- if(!e.data&&Platform.isAndroid){
|
|
|
+ if(e.data&&Platform.isIOS){
|
|
|
setState(() {
|
|
|
showBrowse = true;
|
|
|
});
|