rabin 3 年之前
父节点
当前提交
e2bfc3e2fc
共有 1 个文件被更改,包括 3 次插入0 次删除
  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('您的可提现金额不足');