🐛 fix: 修复bug

This commit is contained in:
wangsongsole 2023-12-28 18:21:11 +08:00
parent 4a6dd6c901
commit 9b147f2326
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)&&[2,3].includes(item.type)&&[1,2].includes(item.channel)">
v-if="((item.status!==2&&item.goods.entity.send_num<2||!item.goods.entity.send_num)||item.status===0&&item.goods.entity.send_num>1)&&[2,3].includes(item.type)&&[1,2].includes(item.channel)">
去领取
</p>
</div>