@@ -494,7 +494,7 @@ import pinyin from '../../js/Convert_Pinyin.js';
},
getSimilarList(){
const param = {
- inputWord: this.data.name
+ inputStr: this.data.name
}
api.getSimilarList(param).then((res) =>{
console.log('res',res)