From 1e5df28eb4aec69d8f557a17c046e4f6b68049d9 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Thu, 21 Mar 2024 10:32:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20=E7=BB=84=E5=90=88?= =?UTF-8?q?=E5=95=86=E5=93=81=E6=A8=A1=E6=9D=BF=E6=A0=B7=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/combiningMobile/index.jsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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]}`}