feat: 时钟连线和认识时钟合并
This commit is contained in:
@@ -30,6 +30,26 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="cr-section">
|
||||
<text class="cr-section-title">练习类型</text>
|
||||
<view class="cr-chip-row">
|
||||
<view
|
||||
wx:for="{{exerciseTypeOptions}}"
|
||||
wx:key="id"
|
||||
class="cr-chip {{exerciseType === item.id ? 'cr-chip--active' : ''}}"
|
||||
hover-class="cr-chip--pressed"
|
||||
hover-start-time="0"
|
||||
hover-stay-time="70"
|
||||
data-type="{{item.id}}"
|
||||
bind:tap="onSelectExerciseType">
|
||||
<view class="cr-chip__text">
|
||||
<text class="cr-chip__label">{{item.label}}</text>
|
||||
<text class="cr-chip__subtitle">{{item.subtitle}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user