Pārlūkot izejas kodu

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

wangkaiyue 2 gadi atpakaļ
vecāks
revīzija
5ac26c340f

+ 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) {