(data)
| 70 | } |
| 71 | |
| 72 | function lowerMsgs(data) { |
| 73 | const lower = data.lowerPriceyh |
| 74 | const lowerDate = dateFormat(data.lowerDateyh) |
| 75 | const lowerMsg = "🍵 历史最低到手价:¥" + String(lower) + ` (${lowerDate}) ` |
| 76 | return lowerMsg |
| 77 | } |
| 78 | |
| 79 | function priceSummary(data) { |
| 80 | let summary = "" |