删除国家列表 重置右按钮

This commit is contained in:
Daisy 2023-08-08 09:58:05 +08:00
parent c87f897baf
commit 1966063a95

View File

@ -77,17 +77,6 @@ class _SeletCountryRegionPageState extends State<SeletCountryRegionPage> {
"${TranslationLoader.lanKeys!.selet!.tr} ${TranslationLoader.lanKeys!.countryAndRegion!.tr}",
haveBack: true,
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(
data: countriesList,