@@ -77,6 +77,7 @@ $(function () {
$(".selc-list li").click(function (e) {
e.stopPropagation()
codeVal = $(this).attr('data-val')
+ codeType = 1
$(".searchStr").val('')
$(this).addClass('active').siblings().removeClass('active');
$(".seleName").html($(this).text())
@@ -277,7 +277,7 @@ $(function () {
- codeType = '1'
$(".knowledge li").eq(0).addClass('tabFst').siblings().removeClass('tabFst')
@@ -33,6 +33,7 @@ if (searchType == '1') {
$(".header-tab li").click(function () {
// 修改tab标签样式
tabid = $(this).attr("tabid");
+ type = 1
$(".staticSearchT input").val('')
$(this).attr("class", "choice")
$(this).siblings().attr("class", "")