feat: 每日打卡
This commit is contained in:
@@ -92,6 +92,23 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view wx:if="{{showDailyGroupPicker}}" class="lt-section">
|
||||
<text class="lt-section-title">选择字母组</text>
|
||||
<view class="lt-chip-row lt-chip-row--wrap lt-chip-row--triple">
|
||||
<view
|
||||
wx:for="{{dailyGroups}}"
|
||||
wx:key="label"
|
||||
class="lt-chip lt-chip--triple {{selectedDailyGroupIdx === index ? 'lt-chip--active' : ''}}"
|
||||
hover-class="lt-chip--pressed"
|
||||
hover-start-time="0"
|
||||
hover-stay-time="70"
|
||||
data-idx="{{index}}"
|
||||
bind:tap="onSelectDailyGroup">
|
||||
{{item.label}}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view
|
||||
wx:if="{{showNextLetter}}"
|
||||
class="lt-shuffle-btn"
|
||||
|
||||
Reference in New Issue
Block a user