|
@@ -389,7 +389,7 @@
|
|
|
<div class="share-btn">
|
|
|
<img class="share" data-obj=${
|
|
|
JSON.stringify({
|
|
|
- totalMoney: totalMoney/quantity,
|
|
|
+ totalMoney: (totalMoney/quantity),
|
|
|
couponRandomId: couponRandomId,
|
|
|
goodId: goodId,
|
|
|
shareOrder: shareOrder,
|
|
@@ -400,7 +400,7 @@
|
|
|
} src="../static/img/doubleElevenActivity/${shareCount === quantity?'no-share':'share'}.png" />
|
|
|
<div class="share-num ${shareCount === quantity?'gray':''}" data-obj=${
|
|
|
JSON.stringify({
|
|
|
- totalMoney: totalMoney/quantity,
|
|
|
+ totalMoney: (totalMoney/quantity),
|
|
|
couponRandomId: couponRandomId,
|
|
|
goodId: goodId,
|
|
|
shareOrder: shareOrder,
|
|
@@ -420,6 +420,7 @@
|
|
|
}
|
|
|
$('.red-packet-next').eq(0).append(str);
|
|
|
$('.user-list').eq(0).css('display','block');
|
|
|
+ $('.icon').eq(0).attr('src','../static/img/doubleElevenActivity/icon_down.png');
|
|
|
}
|
|
|
}else{
|
|
|
stopManyClick(() => {
|