-
-
-
-
-
- {{ props.detail.note_card.user.nick_name }}
- 关注
-
- {{ props.detail.note_card?.display_title }}
+
-
- {{ props.detail.note_card.createTime }}
-
- 评论 {{ props.detail.note_card.comment_list.length }}
-
\ No newline at end of file
diff --git a/src/utils/index.jsx b/src/utils/index.jsx
index c842783..c402e2f 100644
--- a/src/utils/index.jsx
+++ b/src/utils/index.jsx
@@ -472,6 +472,10 @@ export function _sleep(duration) {
})
}
+export function _copy(val) {
+ return Utils.copy(val)
+}
+
export function cloneDeep(val) {
return JSON.parse(JSON.stringify(val))
}
- 查看全部
-
+
-
-
+
-
+
+
+
+
+
+ {{ props.detail.note_card.user.nick_name }}
+ 关注
+
+ {{ props.detail.note_card?.display_title }}
-
-
-
-
+
+
+ {{ props.detail.note_card.createTime }}
+
+
+ 评论 {{ props.detail.note_card.comment_list.length }}
+
+
+ 查看全部
+
+
+
+
+
{{ i.name }}:{{ i.text }}
+
-
-
-
-
- {{ props.detail.note_card?.display_title }}
-
-
-
-
-
-
- {{ props.detail.note_card?.user?.nickname }}
-
-
-
- {{ props.detail.note_card?.interact_info?.liked_count }}
-