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({