diff --git a/src/components/combiningMobile/index.jsx b/src/components/combiningMobile/index.jsx index 928776b6..a2ad3616 100644 --- a/src/components/combiningMobile/index.jsx +++ b/src/components/combiningMobile/index.jsx @@ -203,7 +203,7 @@ export default ({ data, products }) => {

) : null} - {data.timer.length > 1 ? ( + {data.timer[0] ? (

领取时间: {`${data.timer[0]} ~ ${data.timer[1]}`}