diff --git a/src/components/combiningMobile/index.jsx b/src/components/combiningMobile/index.jsx index fab064f9..fa382c9a 100644 --- a/src/components/combiningMobile/index.jsx +++ b/src/components/combiningMobile/index.jsx @@ -197,7 +197,10 @@ export default ({ data, products }) => { alt="" /> -
+
生效时间: {data.date_time.length > 1 ? `${data.date_time[0]} ~ ${data.date_time[1]}` @@ -205,7 +208,10 @@ export default ({ data, products }) => {
{data.timer.length > 1 ? ( -+
领取时间: {`${data.timer[0]} ~ ${data.timer[1]}`}