|
@@ -14,6 +14,7 @@ require('./../css/staticSearch.css')
|
|
|
require('./../js/staticSearch.js')
|
|
|
require('./../images/empty2.png').replace(/^undefined/g, '')
|
|
|
require('./../images/loading.gif').replace(/^undefined/g, '')
|
|
|
+let emptyImg = require('./../images/empty3.png').replace(/^undefined/g, '')
|
|
|
require('./../images/new2.png').replace(/^undefined/g, '')
|
|
|
const { post,config,getUrlArgObject,openNewWin,titleConfigH,throttle, } = require('./promise.js');
|
|
|
let infoImg = require('./../images/icon_info.png').replace(/^undefined/g, '')
|
|
@@ -126,7 +127,7 @@ function renderPage(pageSet){
|
|
|
for(let i = 0; i < tabList.length; i++){
|
|
|
if(tabList[i].status == '1'){
|
|
|
TabNum++
|
|
|
- tabStr += `<span class="tab" data-name="${tabList[i].code}" ><span class="tabName">${tabList[i].name}</span><span class="activeLine"></span></span>`
|
|
|
+ tabStr += `<span class="tab" style="border-bottom:${tabList.length==i+1?'0':'1px solid #3B9ED0'}" data-name="${tabList[i].code}" ><span class="tabName">${tabList[i].name}</span><span class="activeLine"></span></span>`
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -485,7 +486,7 @@ function renderPushWarning(){
|
|
|
if(hasCompleteTnterface === allInterface){
|
|
|
$('.loading').css("display","none")
|
|
|
if(moduleNum === 0){//console.log(999)
|
|
|
- empty()
|
|
|
+ // empty()
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -664,7 +665,8 @@ $(function(){
|
|
|
});
|
|
|
})
|
|
|
|
|
|
-function empty(){
|
|
|
+
|
|
|
+// function empty(){
|
|
|
// $(".responsibility").css("display","none")
|
|
|
// $('.recommendWrap .empty').css("display","block")
|
|
|
-}
|
|
|
+// }
|