瀏覽代碼

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

yellowtaotao 3 年之前
父節點
當前提交
e92676bf6e
共有 2 個文件被更改,包括 187 次插入106 次删除
  1. 184 105
      package-lock.json
  2. 3 1
      src/views/home/learn/page-learn-content.vue

File diff suppressed because it is too large
+ 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>

Some files were not shown because too many files changed in this diff