|
@@ -1262,8 +1262,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 +
|
|
|
+ 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 + '张</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.toFixed(2) + '元</span></p>';
|
|
|
}
|
|
|
}
|
|
|
if (this.type_head == 1) {
|