From dc17cec598196a372bac49a6d4bb5d81d0912360 Mon Sep 17 00:00:00 2001 From: xuan Date: Thu, 5 Jan 2023 16:15:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1001011):=20=E3=80=90?= =?UTF-8?q?=E8=9C=98=E8=9B=9B=E7=BA=BA=E7=BB=87=E4=BA=91=E4=BB=93=E3=80=91?= =?UTF-8?q?--=E3=80=90=E7=94=B5=E5=AD=90=E5=95=86=E5=9F=8E=E3=80=91--?= =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E4=B8=8A=E5=8D=87=EF=BC=8C=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E8=AF=A5=E6=88=90=E5=93=81=E8=89=B2=E5=8F=B7=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=B2=A1=E6=98=BE=E7=A4=BA=E7=BA=A2=E8=89=B2=E7=AE=AD?= =?UTF-8?q?=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【【蜘蛛纺织云仓】--【电子商城】--价格上升,小程序该成品色号页面没显示红色箭头】 https://www.tapd.cn/53459131/bugtrace/bugs/view/1153459131001001011 --- src/pages/details/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/details/index.tsx b/src/pages/details/index.tsx index ef0bc66..d2c748c 100644 --- a/src/pages/details/index.tsx +++ b/src/pages/details/index.tsx @@ -279,7 +279,9 @@ const Details = (props: Params) => { /> {item.name} - {formatPriceDiv(item.bulk_price)}/Kg + {formatPriceDiv(item.bulk_price)}/Kg{ + item.length_cut_price ? (item.bulk_price > item.length_cut_price) ? : : null + } ) })}