Commit 7a629b35 by 高淑倩

modify: 按钮_countObj.surplusPoints >= goal

parent c4f539a0
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
stroke-width='20' stroke-width='20'
radius='20' radius='20'
/> />
<!-- <progress <!--<progress
percent="{{50}}" percent="{{50}}"
activeColor="#05C35B" activeColor="#05C35B"
stroke-width="10" stroke-width="10"
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
/>--> />-->
</view> </view>
<button <button
wx:if="{{countObj.totalPoints}}" wx:if="{{countObj.surplusPoints >= goal}}"
bindtap="handleToGet" bindtap="handleToGet"
class="info-status-btn border_box available breathe-btn" class="info-status-btn border_box available breathe-btn"
disabled="{{isDisabled}}" disabled="{{isDisabled}}"
......
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