调整water的nav bar,调整water中两个图片的大小
This commit is contained in:
parent
7dcb371813
commit
0c9fa882db
Binary file not shown.
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 72 KiB |
Binary file not shown.
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 84 KiB |
|
@ -1,7 +1,9 @@
|
|||
function extractPageName(hrefString)
|
||||
{
|
||||
var arr = hrefString.split('/');
|
||||
return (arr.length<3) ? hrefString : arr[3].toLowerCase();
|
||||
var result=(arr.length<3) ? hrefString : arr[3].toLowerCase();
|
||||
if (result=='water') result='data';
|
||||
return result;
|
||||
}
|
||||
|
||||
function setActiveMenu(arr, crtPage)
|
||||
|
|
Loading…
Reference in New Issue