Commit 6035c49e authored by netyouli's avatar netyouli

放开底部buttons显示功能

parent 6f1b8b9e
......@@ -243,12 +243,14 @@ class AIDrawImageResultController extends GetxController {
loadImage(imageUrl.value, model.progress ?? 0);
}
}
final first = model.response?.buttons?.first ?? "";
if (first == "V1" || first == "U1") {
// final first = model.response?.buttons?.first ?? "";
bottomButtonTitles.value = model.response?.buttons ?? [];
/*
if (first == "V1" || first == "U1") {
} else {
bottomButtonTitles.value = [];
}
}*/
});
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment