瀏覽代碼

推送列表

wangshan 5 年之前
父節點
當前提交
7663bd6468
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      src/web/templates/weixin/historypush.html
  2. 1 1
      src/web/templates/weixin/wxkeyset/index.html

+ 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");
 }