zhengkaixin 1 年之前
父节点
当前提交
402854e7c4
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      pagesFinance/statistics/index.vue

+ 4 - 2
pagesFinance/statistics/index.vue

@@ -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>';
 								}