mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 08:36:17 +08:00
committed by
GitHub
parent
6009668427
commit
3c34e43827
@@ -58,7 +58,7 @@ class CreateVoteController extends GetxController {
|
||||
}
|
||||
|
||||
Future<void> queryData() async {
|
||||
var res = await DynamicsHttp.voteInfo(voteId);
|
||||
var res = await DynamicsHttp.voteInfo(voteId!);
|
||||
if (res.isSuccess) {
|
||||
key = Utils.generateRandomString(6);
|
||||
final VoteInfo data = res.data;
|
||||
|
||||
Reference in New Issue
Block a user