|
@@ -385,8 +385,8 @@ export default {
|
|
|
//生命周期 - 挂载完成(可以访问DOM元素)
|
|
|
mounted() {
|
|
|
let _this = this;
|
|
|
- // this.getChineseInfo();
|
|
|
- _this.handleChineseDetail();
|
|
|
+ _this.getChineseInfo();
|
|
|
+ // _this.handleChineseDetail();
|
|
|
},
|
|
|
beforeCreate() {}, //生命周期 - 创建之前
|
|
|
beforeMount() {}, //生命周期 - 挂载之前
|