Commit b194f5e3 by 高淑倩

add: breathe

parent 7e0ee53b
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
border-radius="{{20}}" border-radius="{{20}}"
/> />
</view> </view>
<view wx:if="{{countObj.totalPoints}}" class="info-status-btn available border_box" bindtap="handleToGet"> <view wx:if="{{countObj.totalPoints}}" class="info-status-btn available breathe-btn border_box" bindtap="handleToGet">
可领取奖励<text class="total-points"> {{countObj.totalPoints}} </text>次 可领取奖励<text class="total-points"> {{countObj.totalPoints}} </text>次
</view> </view>
<view wx:else class="info-status-btn unacommpolished border_box"> <view wx:else class="info-status-btn unacommpolished border_box">
还未达成,继续加油呀 还未达成,继续加油呀
</view> </view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment