|
|
|
@ -17,14 +17,8 @@ class AuthCenterPage extends StatelessWidget { |
|
|
|
return Scaffold( |
|
|
|
backgroundColor: Color(0xffF5F5F5), |
|
|
|
appBar: AppBar( |
|
|
|
title: Text('认证中心', style: TextStyle(fontSize: 18, fontWeight: FontWeight.bold)), |
|
|
|
title: Text('认证中心', style: TextStyle(fontSize: 16, fontWeight: FontWeight.bold)), |
|
|
|
centerTitle: true, |
|
|
|
leading: IconButton( |
|
|
|
icon: Icon(Icons.arrow_back_ios, size: 24, color: Colors.grey,), |
|
|
|
onPressed: () { |
|
|
|
Get.back(); |
|
|
|
}, |
|
|
|
), |
|
|
|
), |
|
|
|
body: Obx(() { |
|
|
|
if (controller.isLoading.value) { |
|
|
|
|