diff --git a/application/default/views/scripts/data/view.phtml b/application/default/views/scripts/data/view.phtml index 0b67edb9..5c90de65 100755 --- a/application/default/views/scripts/data/view.phtml +++ b/application/default/views/scripts/data/view.phtml @@ -431,7 +431,7 @@ function googleSearch(keyword){ +'

'; items.push('
  • ' + html + '
  • '); }); - items.push('
  • 查看更多搜索结果(约'+obj.responseData.cursor.estimatedResultCount+'条)'); + items.push('
  • More results (about '+obj.responseData.cursor.estimatedResultCount+' items)'); $('#searchlist').html(items.join('')); $('html, body').animate({scrollTop:$('#searchlist').offset().top}, 'slow'); },