You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
595 B

<view class="list">
<view class="history {{item.isCrawl?'crawl':''}}" wx:for="{{data}}" wx:key="_id">
<view class="header">
{{item.time_show}} {{item.isCrawl?'爬虫访问':""}}
</view>
<view class="body">
{{item.page_show}}
{{item.options_show}}
</view>
<view class="single-line">
{{item.scene}} {{item.sceneDesc}}
</view>
<view class="detail">
{{item.openid}}
</view>
</view>
</view>
<view class="sticky footer">
<button type="main" bindtap="subscribe">订阅({{total}})</button>
<button type="secondary" bindtap="deleteMine">删除我的</button>
</view>