init
This commit is contained in:
14
pages/subpages/collectionLog/collectionLog.wxml
Normal file
14
pages/subpages/collectionLog/collectionLog.wxml
Normal file
@@ -0,0 +1,14 @@
|
||||
<van-sticky>
|
||||
<van-nav-bar
|
||||
title="收藏记录"
|
||||
left-text="返回"
|
||||
left-arrow
|
||||
bind:click-left="goback"
|
||||
/>
|
||||
</van-sticky>
|
||||
|
||||
<view class="card" wx:for="{{articles}}" wx:key="index">
|
||||
<article-card data="{{item}}" />
|
||||
</view>
|
||||
|
||||
<van-empty wx:if="{{articles.length==0}}" description="暂时没有收藏记录~" />
|
||||
Reference in New Issue
Block a user