Commit ff7ae384 by doszhang

dos

parent f981518f
......@@ -226,6 +226,9 @@ function creatPoster() {
}
else
{
checkWord($('[name=customize]').val(),function() {
console.log('success');
});
checkWord($('[name=customize]').val(),function(status){
if(status == 0 || status == -1)
{
......@@ -535,7 +538,7 @@ function checkWord(name,callback) {
},
success: function(resp){
console.log(123);
callback(resp.status);
callback();
}
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment