|
@@ -1292,8 +1292,10 @@
|
|
|
}
|
|
|
if(i==value.length-1){
|
|
|
|
|
|
- text1 += "<p><span style='display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:#FF3D00;'></span>折扣卡数量"+ '<span style="' + style +
|
|
|
- '">' +(info.cardBuyNum?info.cardBuyNum:0) + '张</span></p>';
|
|
|
+ text1 += "<p><span style='display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:#FF3D00;'></span>6折卡数量"+ '<span style="' + style +
|
|
|
+ '">' +(info.discountCardBuyNum?info.discountCardBuyNum:0) + '张</span></p>';
|
|
|
+ text1 += "<p><span style='display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:#FF3D00;'></span>月卡数量"+ '<span style="' + style +
|
|
|
+ '">' +(info.monthCardBuyNum?info.monthCardBuyNum:0) + '张</span></p>';
|
|
|
text1 += "<p><span style='display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:#FF3D00;'></span>折扣卡金额"+ '<span style="' + style +
|
|
|
'">' +(info.cardBuyFee?info.cardBuyFee:0).toFixed(2) + '元</span></p>';
|
|
|
}
|