wangshan 5 年之前
父节点
当前提交
21cd78aa57

+ 1 - 2
src/jfw/modules/app/src/app/front/front.go

@@ -9,7 +9,6 @@ import (
 	"qfw/util"
 	"qfw/util/elastic"
 	"regexp"
-	"strconv"
 	"strings"
 	"sync"
 	"time"
@@ -320,7 +319,7 @@ func (f *Front) TSGuide() error {
 	userid := util.ObjToString(f.GetSession("userId"))
 	if f.Method() == "GET" {
 		if !isInTSguide(userid) {
-			return f.Redirect("/jyapp/wxkeyset/keyset/index?t=" + strconv.Itoa(int(time.Now().Unix())))
+			return f.Redirect("/jyapp/wxkeyset/keyset/index")
 		}
 		return f.Render("/weixin/wxtsguide.html")
 	} else {

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/wxtsguide/main.js

@@ -66,7 +66,7 @@ var Guide = {
 			if (!mySysIsIos()){
 				JyObj.finishGuide();
 			}
-			window.location.replace("/jyapp/wxkeyset/keyset/index?t="+new Date().getTime());
+			window.location.href = "/jyapp/wxkeyset/keyset/index";
 		});
 	},
 	//下一步

+ 1 - 1
src/jfw/modules/app/src/web/templates/weixin/historypush.html

@@ -738,7 +738,7 @@
         //免费用户关键词设置
         function tokeyset() {
           setSessionStorage();
-          window.location.href = '/jyapp/wxkeyset/keyset/index?t='+new Date().getTime();
+          window.location.href = '/jyapp/wxkeyset/keyset/index';
         }
 
         //介绍页