diff --git a/application/default/views/scripts/author/apply.phtml b/application/default/views/scripts/author/apply.phtml
index a77f1711..469fe95a 100644
--- a/application/default/views/scripts/author/apply.phtml
+++ b/application/default/views/scripts/author/apply.phtml
@@ -61,7 +61,7 @@ function doSearch(){
'beforeSend':function(){
$('#search_btn').html('Searching...');
},
- 'timeout': 20,
+ 'timeout': 20000,
'error': function(){
alert('处理中出现问题,请重试');
$('#data_'+uuid).html('');
@@ -88,7 +88,7 @@ function apply(uuid){
'beforeSend':function(){
$('#data_'+uuid).html('正在处理...');
},
- 'timeout': 20,
+ 'timeout': 20000,
'error': function(){
alert('处理中出现问题,请重试');
$('#data_'+uuid).html('');