|
|
@@ -20,7 +20,8 @@ |
|
|
|
<text>{{item.createDate}}</text> |
|
|
|
</view> |
|
|
|
<view class='fr'> |
|
|
|
<text wx:if="{{item.scoreAmount>0}}">+{{item.scoreAmount}}分</text> |
|
|
|
<text wx:if="{{item.scoreAmount>0&&item.scoreType==8}}">重置为{{item.scoreAmount}}分</text> |
|
|
|
<text wx:if="{{item.scoreAmount>0&&item.scoreType!=8}}">+{{item.scoreAmount}}分</text> |
|
|
|
<text wx:if="{{0>=item.scoreAmount}}">{{item.scoreAmount}}分</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|