Explorar o código

修改生词为请求数据

秦鹏 %!s(int64=3) %!d(string=hai) anos
pai
achega
fa9549482d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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() {}, //生命周期 - 挂载之前