|
|
@@ -469,6 +469,7 @@
|
|
|
var listIdx = 1;
|
|
|
|
|
|
$(window).on("pageshow", function(event) {
|
|
|
+ if( history.scrollRestoration ) window.history.scrollRestoration = 'manual';
|
|
|
$('#filterForm input[name=brandGroup]:checked').each(function(){
|
|
|
$(this).attr('checked', true);
|
|
|
});
|
|
|
@@ -496,6 +497,7 @@
|
|
|
if ( (event.originalEvent && event.originalEvent.persisted) || (window.performance && window.performance.navigation.type == 2)) {
|
|
|
$("#searchGoodsForm input:hidden[name=unisex]").remove();
|
|
|
$("#searchGoodsForm input:hidden[name=newGoods]").remove();
|
|
|
+ if( history.scrollRestoration ) window.history.scrollRestoration = 'manual';
|
|
|
var historyData = sessionStorage.getItem(document.location.href);
|
|
|
// console.log(historyData);
|
|
|
if(historyData!=null){
|