切换页面后返回,下方导航栏active没有更新问题修复
This commit is contained in:
		@@ -20,6 +20,9 @@
 | 
			
		||||
 | 
			
		||||
        td {
 | 
			
		||||
            font-size: 12px;
 | 
			
		||||
 | 
			
		||||
            max-width: 160px;
 | 
			
		||||
            word-wrap:break-word;
 | 
			
		||||
        }
 | 
			
		||||
    </style>
 | 
			
		||||
</head>
 | 
			
		||||
@@ -358,7 +361,7 @@
 | 
			
		||||
                    <!-- up_from_v2 -->
 | 
			
		||||
                    <td>${hotBand.up_from_v2}</td>
 | 
			
		||||
                    <!-- others -->
 | 
			
		||||
                    <td>${JSON.stringify(hotBand.others)}</td>
 | 
			
		||||
                    <td><div style="max-height: 200px; overflow: scroll;"><span>${JSON.stringify(hotBand.others)}</span></div></td>
 | 
			
		||||
                </tr >`);
 | 
			
		||||
            }
 | 
			
		||||
            str.push(`</tbody>`);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user