huxiaoqiang 4 年之前
父節點
當前提交
2d8c173aee
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);
           }
         },