From 94efec728137bc8b0269e39ce11ea12ea4785c5f Mon Sep 17 00:00:00 2001 From: linxi Date: Fri, 9 May 2025 14:19:58 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3772=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E4=BA=A7=E5=93=81=E8=A7=84?= =?UTF-8?q?=E6=A0=BC=E5=A4=A7=E4=BA=8E=E7=AD=89=E4=BA=8E=E4=B8=89=E4=B8=AA?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E7=9A=84=E5=95=86=E5=93=81=E4=BB=B7=E6=A0=BC=E5=92=8C=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/GoodsCon/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index 1a1a802..d9b70bf 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -1193,7 +1193,7 @@ export default { } }) }) - const skuKey = (this.attr.defaultSku || []).join(',') + const skuKey = (this.attr.defaultSku || []).sort().join(',') if (!skuKey) { return }