rabin 3 years ago
parent
commit
e2bfc3e2fc
1 changed files with 3 additions and 0 deletions
  1. 3 0
      service/agent/src/My.php

+ 3 - 0
service/agent/src/My.php

@@ -681,6 +681,9 @@ class My extends Core
     # 确定提现
     public function tixian_commit()
     {
+        if (!$this->user['idcard']) {
+            Dever::alert('未做身份证号认证,请先做身份认证');
+        }
         $cash = Dever::input('cash');
         if ($cash > $this->user['cash']) {
             Dever::alert('您的可提现金额不足');