Selaa lähdekoodia

提示去掉top

ljj 6 vuotta sitten
vanhempi
commit
fff35ef124
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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