🦀️ fix: 修复组合商品bug
This commit is contained in:
parent
f12619e75a
commit
2d8503a205
|
@ -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]}`}
|
||||
|
|
Loading…
Reference in New Issue