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.
15 lines
577 B
15 lines
577 B
<view class="top-sticky flex-row">
|
|
<view class="item" wx:for="{{conditions}}" data-key="{{index}}" bindtap="deleteCondition">
|
|
{{index}}
|
|
</view>
|
|
</view>
|
|
<view class="list">
|
|
<view class="history-item-wrp" wx:for="{{data}}" bindcondition="onConditionChange">
|
|
<history-item data="{{item}}"/>
|
|
</view>
|
|
</view>
|
|
<view class="footer">
|
|
<button wx:if="{{false}}" type="main" bindtap="subscribe">订阅({{total}})</button>
|
|
<button type="main" bindtap="onPullDownRefresh">刷新({{total}})</button>
|
|
<button type="secondary" bindtap="deleteMine">删除我的</button>
|
|
</view> |