Authored by xuqi

collect url

@@ -265,7 +265,8 @@ @@ -265,7 +265,8 @@
265 count: 1 265 count: 1
266 }, 266 },
267 collect: { 267 collect: {
268 - isCollected: true 268 + isCollected: true,
  269 + url: ''
269 }, 270 },
270 share: false, 271 share: false,
271 isFashionMan: true, //标签分类:isTip、isCollocation、isFashionMan、isFashionGood、isTopic 272 isFashionMan: true, //标签分类:isTip、isCollocation、isFashionMan、isFashionGood、isTopic
@@ -9,7 +9,9 @@ @@ -9,7 +9,9 @@
9 <span class="like-count">{{count}}</span> 9 <span class="like-count">{{count}}</span>
10 {{/ like}} 10 {{/ like}}
11 {{# collect}} 11 {{# collect}}
12 - <i class="iconfont collect-btn{{#isCollected}} collected{{/isCollected}}">&#xe605;</i> 12 + <a href={{url}}>
  13 + <i class="iconfont collect-btn{{#isCollected}} collected{{/isCollected}}">&#xe605;</i>
  14 + </a>
13 {{/ collect}} 15 {{/ collect}}
14 {{# share}} 16 {{# share}}
15 <a href="{{.}}" class="iconfont share-btn">&#xe600;</a> 17 <a href="{{.}}" class="iconfont share-btn">&#xe600;</a>