Browse Source

提示去掉top

ljj 6 years ago
parent
commit
fff35ef124
2 changed files with 2 additions and 2 deletions
  1. 1 1
      page/bigDataOut/js/home.js
  2. 1 1
      page/bigDataOut/js/search.js

+ 1 - 1
page/bigDataOut/js/home.js

@ -31,7 +31,7 @@ new Vue({
        goSearch:function(value){
			if(!value)value=''
			if(!value){
				top.toastr.error("请输入检索词再进行搜索");
				toastr.error("请输入检索词再进行搜索");
				return
			}
			url = '../html/search.html?search='+value;

+ 1 - 1
page/bigDataOut/js/search.js

@ -57,7 +57,7 @@ new Vue({
        },
        search:function(value){
			if(!value){
				top.toastr.error("请输入检索词再进行搜索");
				toastr.error("请输入检索词再进行搜索");
				return
			}
			this.searchKey=value