浏览代码

修改阅读

aaa 4 年之前
父节点
当前提交
7986b5b198
共有 1 个文件被更改,包括 1 次插入4 次删除
  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);