积分商品展示的部分问题

This commit is contained in:
lemon橪
2021-07-28 09:53:41 +08:00
parent a9db24d1ad
commit 436dd56e54
6 changed files with 39 additions and 13 deletions

View File

@@ -25,7 +25,7 @@
<view>{{ item.content }}</view>
<view>{{ item.createTime}}</view>
</view>
<view><span>{{item.pointType == "1" ? '+' : '-'}}</span>{{ item.variablePoint }}</view>
<view><span>{{item.pointType == "INCREASE" ? '+' : '-'}}</span>{{ item.variablePoint }}</view>
</view>
<uni-load-more :status="count.loadStatus"></uni-load-more>
</div>