Update user_info_page.dart

master
jack ning 3 years ago
parent 501d98fe88
commit ebdcc713cc

@ -110,7 +110,7 @@ class _UserInfoPageState extends State<UserInfoPage> {
String description = '自定义用户备注';
BytedeskKefu.updateDescription(description).then((user) => {
setState(() {
description = description;
_description = description;
}),
Fluttertoast.showToast(msg: "设置备注成功")
});

Loading…
Cancel
Save