huxiaoqiang 4 years ago
parent
commit
2d8c173aee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/paegs/mine_page/bind_alipay_page/withdraw_password_page.dart

+ 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);
           }
         },