liangweifeng 6 年 前
コミット
400a5c7feb
1 ファイル変更1 行追加1 行削除
  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){