🐛 fix: 修复bug

This commit is contained in:
wangsongsole 2023-12-28 18:31:26 +08:00
parent 687251d487
commit b023cbf5ec
1 changed files with 1 additions and 1 deletions

View File

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