Skip to content

Commit

Permalink
优化页面
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyunpeng committed Aug 21, 2017
1 parent f8ef50b commit f5dba6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/page/cameraman.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</li>
<li>
<span>拍摄特点</span>
<label class="camera-spec"><a href="javascript:void(0)" alt="camaraman.tags">{{camaraman.tags}}</a></label>
<label class="camera-spec"><a href="javascript:void(0)">{{camaraman.tags}}</a></label>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/page/guide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="container">
<ul>
<li v-for="(item,guideNum) in getGuideList" :key="guideNum">
<a :href="item.url" target="_blank" :alt="item.title">
<a :href="item.url" target="_blank">
<div class="img-hover fl">
<img v-lazy="item.img" width="195" height="195">
</div>
Expand Down

0 comments on commit f5dba6c

Please sign in to comment.