Authored by whb

在线登记

... ... @@ -972,7 +972,7 @@ define('yohood', function(require, exports) {
$('.dialog-w').fadeIn();
}
else {
alert("失败");
alert(d.message);
}
}
});
... ...
... ... @@ -116,7 +116,7 @@ class Controller_Onlinereg extends Controller_Abstract
}
else
{
return $this->returnJson(false, 403);
return $this->returnJson(false, 403,'','操作失败');
}
}
... ...