aaa %!s(int64=4) %!d(string=hai) anos
pai
achega
7986b5b198
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      src/views/home/learn/page-learn-content.vue

+ 1 - 4
src/views/home/learn/page-learn-content.vue

@@ -312,13 +312,10 @@ export default {
       let path = {
         materialId: this.materialId
       };
-      let params = {
-        user: this.user.userInfo
-      };
       this.$_http
         .post(
           this.$pathParams(this.$_API.JTXT_POST_MATERIALS_READ, path),
-          params
+          this.user.userInfo
         )
         .then(res => {
           console.log(res);