🐛 fix: 修复bug

This commit is contained in:
wangsongsole 2023-12-28 18:02:50 +08:00
parent 01623f7434
commit 3e86fc8c24
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
查看卡密
</p>
<p class="button-card b-c-r b-l" @click="receiveFn(item)"
v-if="(item.status!==2&&item.send_num<2)&&[2,3].includes(item.type)&&[1,2].includes(item.channel)">
v-if="(item.status!==2&&item.goods.entity.send_num<2)&&[2,3].includes(item.type)&&[1,2].includes(item.channel)">
去领取</p>
</div>
</div>