Browse Source

修改生词为请求数据

秦鹏 3 years ago
parent
commit
fa9549482d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/Adult/preview/components/Intp.vue

+ 2 - 2
src/components/Adult/preview/components/Intp.vue

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