28018 28021

This commit is contained in:
changjinpeng
2022-03-03 17:02:40 +08:00
parent adeab55230
commit af7b4c52f9
3 changed files with 1 additions and 3 deletions

View File

@@ -61,7 +61,6 @@
<div class="cards" v-if="detail.auditStatus == 1">
<div class="cards-left">积分调整</div>
<div class="cards-right" style="width: 75%; text-align: right">
<span v-if="detail.auditIntegral * 1 > 0">+</span>
<span>{{ detail.auditIntegral }}</span>
</div>
</div>