💄卡号卡密添加换行

This commit is contained in:
孙晓龙
2024-05-22 10:43:25 +08:00
committed by sunxiaolong
parent c04087b935
commit 839b0f003d

View File

@@ -163,7 +163,7 @@ let trade = {
item.UserInAmount.toFixed(2) + `</td><td>` +
item.AllProfit.toFixed(2) + `</td><td` +
bg_red + `>` + st + `</td><td>${item.CreateTime}</td><td>${t}</td><td>` +
`卡号:${exValue.cardNo !== undefined ? exValue.cardNo : ""} 卡密:${exValue.data !== undefined ? exValue.data : ""}` +
`卡号:${exValue.cardNo !== undefined ? exValue.cardNo : ""}<br />卡密:${exValue.data !== undefined ? exValue.data : ""}` +
`</td></tr>`
});
if (con === "") {