修改页面
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<view class="card {{status}}" data-id="{{item.id}}" bindtap="onTap">
|
||||
<view class="card-icon">{{item.icon || '📋'}}</view>
|
||||
<view class="card-body">
|
||||
<text class="card-name">{{item.name}}</text>
|
||||
<text class="card-meta">{{categoryLabel}} · {{cycleLabel}}</text>
|
||||
<text wx:if="{{done}}" class="done-badge">✓ 已打卡</text>
|
||||
</view>
|
||||
<view class="card-streak" wx:if="{{streak !== undefined}}">
|
||||
<text>🔥 {{streak}}天</text>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user