This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
</view>
|
||||
<view v-if="item.state === 1" class="text-[28px] flex">
|
||||
<view class="text-[#959BB1]">得</view>
|
||||
<view class="text-[red]">{{ item.draw_num || 1000 }}</view>
|
||||
<view class="text-[red]">{{ item.draw_num }}</view>
|
||||
<view class="text-[#959BB1]">积分</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -114,7 +114,7 @@ const getList = async () => {
|
||||
hm: [item.Name],
|
||||
t: item.DrawTime,
|
||||
j: item.Number,
|
||||
draw_num: item.DrawNumber,
|
||||
draw_num: item.DrawNum,
|
||||
state: item.State,
|
||||
periods_num: item.PeriodsNum,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user