We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde1bcc commit d8b4b0bCopy full SHA for d8b4b0b
1 file changed
suning/suning.js
@@ -262,8 +262,7 @@ function showmsg() {
262
moreDetail += moreDetail == '' ? '' : '\n'
263
moreDetail += '\n💰 天天低价: '
264
for (d of signinfo.gameinfo.data.result.datas)
265
- if (d.obj) moreDetail += `\n${d.obj.couponRuleName} (${d.obj.remainValue}元)`
266
- else moreDetail += `\n${d.basePrizeEntity.prizeName} (${d.basePrizeEntity.prizeRules})`
+ if (d.obj) moreDetail += d.obj.couponStatus === "2" ? `\n${d.obj.couponRuleName} (${d.obj.remainValue}元)\n过期时间:${d.obj.endTime}` : ''
267
} else {
268
chavy.log(`❌ ${cookieName} showmsg - 天天低价 - gameinfo: ${JSON.stringify(signinfo.gameinfo)}`)
269
}
0 commit comments