Skip to content

Commit

Permalink
update pages
Browse files Browse the repository at this point in the history
  • Loading branch information
myvin committed Oct 17, 2018
1 parent 143f0b2 commit e743f16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/favorate/favorate.wxml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<empty wx:if='{{!list.length}}'></empty>
<view class='container' wx:if='{{list.length}}'>
<hotItem list='{{list}}' graphics='{{false}}'></hotItem>
<hotItem item='{{item}}' wx:for='{{list}}' wx:key='{{index}}' graphics='{{false}}'></hotItem>
</view>
2 changes: 1 addition & 1 deletion pages/readHistory/readHistory.wxml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<empty wx:if='{{!list.length}}' tip='还没有阅读过文章'></empty>
<view class='container' wx:if='{{list.length}}'>
<readItem list='{{list}}' graphics='{{false}}'></readItem>
<readItem item='{{item}}' wx:for='{{list}}' wx:key='{{index}}' graphics='{{false}}'></readItem>
</view>
2 changes: 1 addition & 1 deletion pages/search/search.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
<view>热门文章</view>
</view>
</view>
<recommendItem list='{{rankList}}' graphics='{{false}}'></recommendItem>
<recommendItem item='{{item}}' wx:for='{{rankList}}' wx:key='{{index}}' graphics='{{false}}'></recommendItem>
</view>
</view>

0 comments on commit e743f16

Please sign in to comment.