liangweifeng 6 éve
szülő
commit
400a5c7feb
1 módosított fájl, 1 hozzáadás és 1 törlés
  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){