This commit is contained in:
2023-11-03 17:18:11 +08:00
parent 14eb191813
commit 9a0b0505e9
14 changed files with 380 additions and 22 deletions

View File

@@ -5,7 +5,6 @@
<view>
<view
>{{ item.Periods }}期开奖:
<!-- <text style="color: red">{{ item.Start }},{{ item.End }}</text>-->
<text
v-for="(num, i) in item.Name"
:key="i"
@@ -15,12 +14,6 @@
>{{ num }},
</text>
</view>
<!-- <view class="sub">开奖个数:-->
<!-- <text v-for="(num,i) in item.Name" :key="i" :style="{-->
<!-- color: numColor(num)-->
<!-- }">{{ num }},-->
<!-- </text>-->
<!-- </view>-->
</view>
</view>
</template>
@@ -44,9 +37,6 @@
<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>