liangweifeng 6 vuotta sitten
vanhempi
commit
400a5c7feb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      page/bigDataOut/js/search.js

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

@ -29,7 +29,7 @@ new Vue({
			bigDataOutApi.hot_words().then(function(res){
				vm.hotList=res
			}).catch(function(err){
				console.err(err)
				console.err(err) 
			})
		},
		initData:function(keyword){