xuzhiheng 5 anni fa
parent
commit
aa59b5ed4f

+ 2 - 1
src/web/templates/weixin/dataExport/dataExport_toMyOrder.html

@@ -605,7 +605,8 @@
 			}
 			
 			function onceMore(e){
-				sessionStorage.orderTabActive=$("ul .active").index();
+				//sessionStorage.orderTabActive=$("ul .active").index();
+				setSessionStorage();
 				var orderCode = $(e).parent(".card-footer").prev(".card-content").find("a").attr("eid");
 				window.location.href="/front/wx_dataExport/toSieve?orderCode="+orderCode;
 			}