样式修复

This commit is contained in:
2025-12-04 17:17:59 +08:00
parent b9743fe268
commit 6590a3514b
3 changed files with 95 additions and 21 deletions

View File

@@ -163,8 +163,9 @@ function sendMsg(msg) {
});
}
function toShare(item) {
const hasGet=item.couponJson.giveNum-item.couponJson.leftNum
sendMsg({
coupon: { ...item.couponJson, title: item.title,activity_id:item.id },
coupon: { ...item.couponJson, title: item.title,activity_id:item.id, hasGet:hasGet<=0?0:hasGet} ,
chat_coupon_id:item.id,
msg_type: 4,
});