Commit 8cd4c700 authored by sujie@126.com's avatar sujie@126.com

dd

parent 5f1dba70
......@@ -279,7 +279,7 @@ Page({
ele.commentsExpand = false;
ele.likesExpand = false;
ele.commentsLoading = false;
ele.content_40 = ele.content.length > 42 ? ele.content.substr(0, 42) + '...' : ele.content;
ele.content_100 = ele.content.length > 100 ? ele.content.substr(0, 100) + '...' : ele.content;
ele.contentexpand = false;
return ele;
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment