fix(compile): buy_service value cast Map<String,dynamic>.from; gitignore e2e node_modules

This commit is contained in:
2026-08-01 23:26:14 +08:00
parent 944493a39b
commit 1d4028f486
178 changed files with 3 additions and 362392 deletions

View File

@@ -77,7 +77,7 @@ class BuyServiceState extends State<BuyService> {
Utils.showMessageDialog(context, 'Service info unavailable');
return;
}
data = value;
data = Map<String, dynamic>.from(value);
data!['domain'] = widget.domain;
setState(() {});
}).onError((error, stackTrace) {