zhengkaixin vor 1 Jahr
Ursprung
Commit
402854e7c4
1 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  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>';
 								}