huxiaoqiang há 4 anos atrás
pai
commit
2d8c173aee

+ 1 - 0
lib/paegs/mine_page/bind_alipay_page/withdraw_password_page.dart

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