@@ -220,6 +220,7 @@ class _WithdrawPasswordPageState extends State<WithdrawPasswordPage> {
if(!hasError){
showToast('设置成功');
MyTools().hideKeyboard(context);
+ MyCookie().loginInformation.data.extra.withdrawPwd = true;
Navigator.pop(context);
}
},