Selaa lähdekoodia

Merge remote-tracking branch 'origin/feature/v4.7.23' into feature/v4.7.23

wangkaiyue 2 vuotta sitten
vanhempi
commit
5ac26c340f
2 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 4 0
      src/web/staticres/js/common.js
  2. 2 0
      src/web/templates/pc/supsearch.html

+ 4 - 0
src/web/staticres/js/common.js

@@ -59,11 +59,15 @@ function priceTime(){
 		timeshow = true;
 		$("#timebut").show();
 		$(".timerInput").addClass("customtime-active");
+    $('.custom-select').css("border-color", '#e0e0e0').children('.icon-arrow').removeClass('up')
+    $('.custom-select').siblings().hide()
 	})
 	$("#endtime").click(function(){
 		timeshow = true;
 		$("#timebut").show();
 		$(".timerInput").addClass("customtime-active");
+    $('.custom-select').css("border-color", '#e0e0e0').children('.icon-arrow').removeClass('up')
+    $('.custom-select').siblings().hide()
 	})
 }
 //

+ 2 - 0
src/web/templates/pc/supsearch.html

@@ -1590,6 +1590,8 @@ $(function(){
       return
     }
     e.stopPropagation()
+    $('.custom-select').css("border-color", '#e0e0e0').children('.icon-arrow').removeClass('up')
+    $('.custom-select').siblings().hide()
     $(this).css("border-color", '#2cb7ca').siblings().show()
     $(this).children('.icon-arrow').addClass('up')
     $('.custom-option li').off('click').bind('click',function(e) {