From 013b7f830205c4dc836154ff65050cfd2731601a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 12 Jul 2023 14:07:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AF=E8=B7=AF=E7=94=B1=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/Product/Routeros.cshtml | 7 ++++++- Host/Views/Product/Routeros.cshtml | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Host/Views.Mobile/Product/Routeros.cshtml b/Host/Views.Mobile/Product/Routeros.cshtml index 1369bae..f9d6432 100644 --- a/Host/Views.Mobile/Product/Routeros.cshtml +++ b/Host/Views.Mobile/Product/Routeros.cshtml @@ -25,7 +25,7 @@

颜色分类

- +
@@ -255,6 +255,11 @@ var temp = []; + + $(".show-img").css("border","1px solid white"); + $("#show"+i).css("border","1px solid red"); + + if (this.price_list.length<1){ $.ajax({ diff --git a/Host/Views/Product/Routeros.cshtml b/Host/Views/Product/Routeros.cshtml index a099fa8..23d1093 100644 --- a/Host/Views/Product/Routeros.cshtml +++ b/Host/Views/Product/Routeros.cshtml @@ -34,7 +34,7 @@

颜色分类

- +
@@ -260,6 +260,9 @@ var temp = []; + $(".show-img").css("border","1px solid white"); + $("#show"+i).css("border","1px solid red"); + if (this.price_list.length<1){ $.ajax({