Commit 0678932f by 穆启卓

1

parent 34185e12
......@@ -31,7 +31,7 @@
<div class="item-content-point">{{item.money | moneyFormatter}}</div>
</div>
<div class="detail-item">
<div class="item-title">当前步数</div>
<div class="item-title">{{(item.at_present===1||item.at_present===3)?'结算步数':'当前步数'}}</div>
<div class="item-content">{{item.steps || 0}}</div>
</div>
<div class="detail-item">
......
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