修改样式

This commit is contained in:
rain
2026-07-07 12:06:25 +08:00
parent c10aa5bc5d
commit 0f6ed0cad3
24 changed files with 1132 additions and 4287 deletions
+3 -3
View File
@@ -1241,9 +1241,9 @@
var source = String(firstValue(item, ["sourceType", "type", "bizType"], ""));
var title = purchaseTitle(item);
if (source === "fc3d_scheme" || /断组|杀组合|方案/.test(title)) {
if (/杀组合/.test(title)) return "shazuhe.html";
if (/断组/.test(title)) return "duanzuhe.html";
return "duanzuhe.html";
if (/杀组合/.test(title)) return "https://www.3dyjs.cn/shazuhe.html";
if (/断组/.test(title)) return "https://www.3dyjs.cn/duanzuhe.html";
return "https://www.3dyjs.cn/duanzuhe.html";
}
var expertId = firstValue(item, ["expertId", "createBy", "accountId"], "");
var code = firstValue(item, ["code", "lotteryCode", "suoxie"], "");