...
|
...
|
@@ -966,9 +966,10 @@ define('yohood', function(require, exports) { |
|
|
|
|
|
// 表单验证
|
|
|
if ($('#exhibitor-form').length > 0) {
|
|
|
var exhibitorForm = $('#exhibitor-form').validate({
|
|
|
//focusInvalid: false,
|
|
|
onsubmit:true,
|
|
|
$('.submit-w-btn').bind('click', function(){
|
|
|
|
|
|
var exhibitorForm = $('#exhibitor-form').validate({
|
|
|
focusInvalid: false,
|
|
|
rules: {
|
|
|
name: {
|
|
|
required: true
|
...
|
...
|
@@ -1086,6 +1087,10 @@ define('yohood', function(require, exports) { |
|
|
return false;
|
|
|
}
|
|
|
});
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
}
|
|
|
|
|
|
//媒体登记
|
...
|
...
|
@@ -1365,7 +1370,7 @@ define('yohood', function(require, exports) { |
|
|
|
|
|
$('#exhibitor-form').find('input').keyup(function () {
|
|
|
|
|
|
if(exhibitorForm.form()) {
|
|
|
if(true){//exhibitorForm.form()) {
|
|
|
|
|
|
vCode(function (data) {
|
|
|
if (data.code == 200) {
|
...
|
...
|
|