@@ -1590,7 +1590,7 @@ class Customer extends Base
// // 判断邮件
//
if (!empty($v[2])) {
- $checkEmail = Db::name('customer')->where('emial',$v[2])->where('spread_id',session('uid'))->find();
+ $checkEmail = Db::name('customer')->where('email',$v[2])->where('spread_id',session('uid'))->find();
if ($checkEmail) {
$error[] = [
'rows' => $k,