Commit 39e4059567557c222c162281d6147b8caed51a2d
1 parent
c0cd24d6
积分明细查询
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/integral/query/index.wxml
... | ... | @@ -64,7 +64,7 @@ |
64 | 64 | </view> |
65 | 65 | </view> |
66 | 66 | <view class="val" style='color:{{(details.InIntegral!="0")?"green":""}}'> |
67 | - {{(details.OutIntegral!=0)?"":"+"}}{{(details.InIntegral==0)?filter.getNum(details.OutIntegral):filter.getNum(details.InIntegral)}}积分 </view> | |
67 | + {{(details.OutIntegral==0)?"+":"-"}}{{(details.InIntegral==0)?filter.getNum(details.OutIntegral):filter.getNum(details.InIntegral)}}积分 </view> | |
68 | 68 | </view> |
69 | 69 | </block> |
70 | 70 | ... | ... |