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.

0 lines
872 B

6 months ago
  1. <view><view class="top"><view class="input-box"><input placeholder="请输入关键字" placeholder-style="color:#c0c0c0;" value="{{searchValue}}" data-event-opts="{{[['confirm',[['toSearch']]],['input',[['__set_model',['','searchValue','$event',[]]]]]]}}" bindconfirm="__e" bindinput="__e"/><cjl-icon bind:touch="__e" vue-id="50cad900-1" data-event-opts="{{[['^touch',[['toSearch']]]]}}" bind:__l="__l" vue-slots="{{['default']}}"></cjl-icon></view></view><view class="history"><view>历史记录</view><view data-event-opts="{{[['tap',[['clean']]]]}}" class="icon shanchu" bindtap="__e"></view></view><view class="item"><block wx:for="{{historyList}}" wx:for-item="item" wx:for-index="__i0__" wx:key="*this"><view data-event-opts="{{[['tap',[['addkey',['$0'],[[['historyList','',__i0__]]]]]]]}}" class="itemcontent" bindtap="__e">{{item}}</view></block></view></view>