update something

This commit is contained in:
king
2025-09-21 20:25:15 +08:00
parent 8d72c8c6bf
commit 9cdd7b5ad6
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ console.log(body);
let resp_data = JSON.parse(body); let resp_data = JSON.parse(body);
// 查询夺宝岛历史价格 // 查询夺宝岛历史价格
if (url.includes("functionId=dbd.auction.detail.history") && url.includes("appid=paipai_h5")) { if (url.includes("functionId=dbd.auction.detail.history")) {
console.log("处理夺宝岛历史获拍价"); console.log("处理夺宝岛历史获拍价");
/* let msg = ""; /* let msg = "";
resp_data.result.data.forEach(item => { resp_data.result.data.forEach(item => {
@ -28,7 +28,7 @@ if (url.includes("functionId=dbd.auction.detail.history") && url.includes("appid
} }
}); */ }); */
const newItem = { const newItem = {
userNickname: "以下是历史获拍价", userNickname: "历史获拍价👇🏻",
endTime: 1753891200000, // 2025-07-31 00:00:00 endTime: 1753891200000, // 2025-07-31 00:00:00
userImage: null, userImage: null,
offerPrice: "---" offerPrice: "---"
@ -40,7 +40,7 @@ if (url.includes("functionId=dbd.auction.detail.history") && url.includes("appid
} }
// 查询历史获拍人的出价 // 查询历史获拍人的出价
if (url.includes("functionId=paipai.auction.bidrecords") && url.includes("appid=paipai_h5")) { if (url.includes("functionId=paipai.auction.bidrecords")) {
console.log("查询历史获拍人的出价"); console.log("查询历史获拍人的出价");
let commitsRsp; let commitsRsp;
const commitsCache = $.getdata("fmz200.paipai.detail.history"); const commitsCache = $.getdata("fmz200.paipai.detail.history");
@ -66,7 +66,7 @@ if (url.includes("functionId=paipai.auction.bidrecords") && url.includes("appid=
endTime: null, endTime: null,
created: item.endTime, created: item.endTime,
modified: null, modified: null,
userImage: null, userImage: '',
currentPrice: null, currentPrice: null,
newPrice: null, newPrice: null,
entryId: null, entryId: null,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 22 KiB