助购吧图标
This commit is contained in:
parent
c73f5b7898
commit
7787397ea0
@ -200,10 +200,19 @@ function nav(num) {
|
||||
//console.log(num);
|
||||
$('.mui-tab-item span .img').each(function(a) {
|
||||
if (num == a) {
|
||||
if(a == 2){
|
||||
$(this).attr('src', './img/2_1.png');
|
||||
}else{
|
||||
$(this).attr('src', 'http://img.zgqlg.com.cn/static/app2/img/nav_' + a + '_1.png?version='+localStorage.getItem('version'));
|
||||
}
|
||||
} else {
|
||||
if(a == 2){
|
||||
$(this).attr('src', './img/2_0.png');
|
||||
}else{
|
||||
$(this).attr('src', 'http://img.zgqlg.com.cn/static/app2/img/nav_' + a + '_0.png?version='+localStorage.getItem('version'));
|
||||
}
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user