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