HistorySearchCard.wxml 993 B

1
  1. <view class="card history-card data-v-df43cc4c"><view class="history-header data-v-df43cc4c"><text class="history-title data-v-df43cc4c">历史股票池回顾</text></view><view class="date-range-row data-v-df43cc4c"><picker mode="date" fields="month" value="{{b}}" bindchange="{{c}}" class="date-picker-half data-v-df43cc4c"><view class="date-input data-v-df43cc4c"><text class="date-text data-v-df43cc4c">{{a}}</text></view></picker><text class="date-separator data-v-df43cc4c">至</text><picker mode="date" fields="month" value="{{e}}" bindchange="{{f}}" class="date-picker-half data-v-df43cc4c"><view class="date-input data-v-df43cc4c"><text class="date-text data-v-df43cc4c">{{d}}</text></view></picker></view><view class="history-search-button-full data-v-df43cc4c" bindtap="{{g}}"><text class="search-button-text data-v-df43cc4c">🔍 查询历史数据</text></view><text class="history-tip data-v-df43cc4c">选择时间区间,查询该期间的入池股票及表现。</text></view>