删除国家列表 重置右按钮
This commit is contained in:
parent
c87f897baf
commit
1966063a95
@ -77,17 +77,6 @@ class _SeletCountryRegionPageState extends State<SeletCountryRegionPage> {
|
|||||||
"${TranslationLoader.lanKeys!.selet!.tr} ${TranslationLoader.lanKeys!.countryAndRegion!.tr}",
|
"${TranslationLoader.lanKeys!.selet!.tr} ${TranslationLoader.lanKeys!.countryAndRegion!.tr}",
|
||||||
haveBack: true,
|
haveBack: true,
|
||||||
backgroundColor: AppColors.mainColor,
|
backgroundColor: AppColors.mainColor,
|
||||||
actionsList: [
|
|
||||||
TextButton(
|
|
||||||
child: Text(
|
|
||||||
TranslationLoader.lanKeys!.reset!.tr,
|
|
||||||
style: const TextStyle(color: Colors.white),
|
|
||||||
),
|
|
||||||
onPressed: () {
|
|
||||||
Navigator.pop(context, {'code': "+86", "countryId": "9"});
|
|
||||||
},
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
body: AzListView(
|
body: AzListView(
|
||||||
data: countriesList,
|
data: countriesList,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user