Browse Source

推送列表

wangshan 5 years ago
parent
commit
7663bd6468

+ 1 - 0
src/web/templates/weixin/historypush.html

@@ -538,6 +538,7 @@
 				async: false,
 				dataType: 'json',
 				success: function (data) {
+					_scrollTop = 0;//定位重置
 					pageIndex=2;
 					lasttime = data.thistime;
 					firstPage = data.data;

+ 1 - 1
src/web/templates/weixin/wxkeyset/index.html

@@ -703,7 +703,7 @@ function saveSeniorset(r){
 }
 //
 function tointroducepage(){
-	sessionStorage.removeItem("keysetindexToHistory");
+	//sessionStorage.removeItem("keysetindexToHistory");
 	window.location.replace("/front/vipsubscribe/introducePage");
 }