Commit 8c489047 by wangjian

1

parent 63cb43e3
......@@ -21,7 +21,7 @@
<text class="item-name">{{ item.title }}</text>
<text class="item-count">{{ item.number <= 0 ? '' : '*' + item.number }}</text>
</view>
<text :class="item.integral > 0 ? 'item-integral' : 'item-integral-income'">{{item.integral>0?'+':''}}{{ item.integral }}</text>
<text :class="item.integral > 0 ? 'item-integral-income' : 'item-integral'">{{item.integral>0?'+':''}}{{ item.integral }}</text>
</view>
<view class="item-right-bottom">
<text class="item-time">{{ item.transactionTime }}</text>
......
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