File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
38
38
< div class ="content-buttons ">
39
39
< div class ="pull-right gray f11 " style ="line-height: 12px; padding-top: 3px; text-shadow: 0px 1px 0px #fff; "> {{add .resource.viewnum 1}} 次点击 {{if .resource.likenum}}∙ {{.resource.likenum}} 赞 {{end}}</ div >
40
- < a class ="tb collect " href ="javascript:; " title ="{{if .hadcollect}}取消收藏{{else}}加入收藏{{end}} " data-objid ="{{.resource.id}} " data-objtype ="3 " data-collect ="{{.hadcollect}} "> {{if .hadcollect}}取消收藏{{else}}加入收藏{{end}}</ a >
40
+ < a class ="tb collect " href ="javascript:; " title ="{{if .hadcollect}}取消收藏{{else}}加入收藏{{end}} " data-objid ="{{.resource.id}} " data-objtype ="2 " data-collect ="{{.hadcollect}} "> {{if .hadcollect}}取消收藏{{else}}加入收藏{{end}}</ a >
41
41
< div id ="content-thank ">
42
- < a class ="tb " href ="javascript:; " title ="{{if .likeflag}}取消赞{{else}}赞{{end}} " data-objid ="{{.resource.id}} " data-objtype ="3 " data-flag ="{{.likeflag}} "> {{if .likeflag}}取消赞{{else}}赞{{end}}</ a >
42
+ < a class ="tb " href ="javascript:; " title ="{{if .likeflag}}取消赞{{else}}赞{{end}} " data-objid ="{{.resource.id}} " data-objtype ="2 " data-flag ="{{.likeflag}} "> {{if .likeflag}}取消赞{{else}}赞{{end}}</ a >
43
43
</ div >
44
44
</ div >
45
45
</ div >
59
59
</ div >
60
60
< span class ="gray "> < span class ="cmtnum "> {{.resource.cmtnum}}</ span > 回复 {{if .resource.cmtnum}} < strong class ="snow "> |</ strong > 直到 {{end}}</ span >
61
61
</ div >
62
- < div class ="comment-list cell " data-objid ="{{.resource.id}} " data-objtype ="3 " {{if .me.Uid}}data-username ="{{.me.Username}} " data-uid ="{{.me.Uid}} " data-avatar ="{{gravatar .me.Avatar .me.Email 48 .is_https}} "{{end}} >
62
+ < div class ="comment-list cell " data-objid ="{{.resource.id}} " data-objtype ="2 " {{if .me.Uid}}data-username ="{{.me.Username}} " data-uid ="{{.me.Uid}} " data-avatar ="{{gravatar .me.Avatar .me.Email 48 .is_https}} "{{end}} >
63
63
< div class ="words hide "> < div class ="text-center "> 暂无回复</ div > </ div >
64
64
</ div >
65
65
</ div >
You can’t perform that action at this time.
0 commit comments