样式修复
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user