🦀️ fix: 修复组合商品bug

This commit is contained in:
wangsongsole 2024-03-26 14:49:34 +08:00
parent f12619e75a
commit 2d8503a205
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ export default ({ data, products }) => {
</p>
) : null}
{data.timer.length > 1 ? (
{data.timer[0] ? (
<p className="time" style={{ marginTop: "10px", color: dynamicStyle().time_color }}>
领取时间
{`${data.timer[0]} ~ ${data.timer[1]}`}