去除积分加减显示条件

This commit is contained in:
2023-10-28 15:09:26 +08:00
parent 3f767134be
commit 233e7fa900

View File

@@ -41,9 +41,12 @@
>
</view>
<view style="text-align: right">
<view style="color: red" v-if="item.State === 1"
<view style="color: red"
>+{{ item.DrawNum }}积分</view
>
<!-- <view style="color: red" v-if="item.State === 1"
>+{{ item.DrawNum }}积分</view
> -->
<view style="color: green">-{{ item.Number }}豆子</view>
</view>
</view>
@@ -124,7 +127,7 @@ const getData = async () => {
}
.card {
width: 90%;
width: 95%;
padding: 20px;
background-color: #fff;
margin-top: 10px;