修改样式
This commit is contained in:
@@ -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"], "");
|
||||
|
||||
Reference in New Issue
Block a user