|
@@ -125,15 +125,16 @@ export default {
|
|
|
let data = {
|
|
|
query: this.word.detail.new_word,
|
|
|
};
|
|
|
- getHZChineseInfo(data).then((res) => {
|
|
|
-
|
|
|
- });
|
|
|
+ debugger
|
|
|
+ getHZChineseInfo(data).then((res) => {
|
|
|
+
|
|
|
+ });
|
|
|
}
|
|
|
},
|
|
|
//生命周期 - 创建完成(可以访问当前this实例)
|
|
|
created() {
|
|
|
console.log(this.word)
|
|
|
- this.getChineseInfo()
|
|
|
+ // this.getChineseInfo()
|
|
|
},
|
|
|
//生命周期 - 挂载完成(可以访问DOM元素)
|
|
|
mounted() {
|