소스 검색

修改文章详情中评论展示的用户名

yellowtaotao 3 년 전
부모
커밋
e92676bf6e
2개의 변경된 파일187개의 추가작업 그리고 106개의 파일을 삭제
  1. 184 105
      package-lock.json
  2. 3 1
      src/views/home/learn/page-learn-content.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 184 - 105
package-lock.json


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

@@ -135,7 +135,9 @@
             />
           </div>
           <div class="learn-content-comment-item-userInfo">
-            <div class="learn-content-comment-item-name">{{ item.userId }}</div>
+            <div class="learn-content-comment-item-name">
+              {{ item.userNickName }}
+            </div>
             <div class="learn-content-comment-item-content">
               {{ item.content }}
             </div>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.