HistorySearchCard.wxml 2.0 KB

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"><view class="date-input data-v-df43cc4c" bindtap="{{b}}"><text class="date-text data-v-df43cc4c">{{a}}</text><text class="date-icon data-v-df43cc4c">📅</text></view><text class="date-separator data-v-df43cc4c">至</text><view class="date-input data-v-df43cc4c" bindtap="{{d}}"><text class="date-text data-v-df43cc4c">{{c}}</text><text class="date-icon data-v-df43cc4c">📅</text></view></view><view class="history-search-button-full data-v-df43cc4c" bindtap="{{e}}"><text class="search-button-text data-v-df43cc4c">🔍 查询历史数据</text></view><text class="history-tip data-v-df43cc4c">选择时间区间,查询该期间的入池样本及表现。</text><view wx:if="{{f}}" class="date-picker-mask data-v-df43cc4c" bindtap="{{q}}"><view class="date-picker-popup data-v-df43cc4c" catchtap="{{p}}"><view class="picker-header data-v-df43cc4c"><text class="picker-cancel data-v-df43cc4c" bindtap="{{g}}">取消</text><text class="picker-title data-v-df43cc4c">{{h}}</text><text class="picker-confirm data-v-df43cc4c" bindtap="{{i}}">确定</text></view><view class="month-selector data-v-df43cc4c"><view class="month-nav data-v-df43cc4c" bindtap="{{j}}"><text class="nav-arrow data-v-df43cc4c">‹</text></view><text class="current-month data-v-df43cc4c">{{k}}年{{l}}月</text><view class="month-nav data-v-df43cc4c" bindtap="{{m}}"><text class="nav-arrow data-v-df43cc4c">›</text></view></view><view class="weekday-row data-v-df43cc4c"><text wx:for="{{n}}" wx:for-item="day" wx:key="b" class="weekday-item data-v-df43cc4c">{{day.a}}</text></view><view class="days-grid data-v-df43cc4c"><view wx:for="{{o}}" wx:for-item="day" wx:key="c" class="{{['data-v-df43cc4c', 'day-item', day.d]}}" bindtap="{{day.e}}"><text wx:if="{{day.a}}" class="day-text data-v-df43cc4c">{{day.b}}</text></view></view></view></view></view>