WH01243 4 сар өмнө
parent
commit
90a658a1f1

+ 3 - 3
src/jfw/front/singleLogin.go

@@ -46,7 +46,7 @@ const (
 func (this *SingleLogin) VipGiftUrl(key string) error {
 	var redirectUrl = ""
 	isSubscribe := false
-    chatIdInt := gconv.Int64(encrypt.SE.Decode4HexByCheck(key))
+	chatIdInt := gconv.Int64(encrypt.SE.Decode4HexByCheck(key))
 	isWxB := public.CheckWxBrowser(this.Request)
 	sess := this.Session().GetMultiple()
 	userId, _ := sess["userId"].(string)
@@ -78,8 +78,8 @@ func (this *SingleLogin) VipGiftUrl(key string) error {
 			//没有关注  跳转关注页面
 		} else {
 
-        }
-		redirectUrl = fmt.Sprintf("/jy_mobile/giving/share?isSubscribe=%v&isBinding=%v&isSame=%v&giftId=%s", isSubscribe, isBinding, isSame, key)
+		}
+		redirectUrl = fmt.Sprintf("/jy_mobile/giving/share?isSubscribe=%v&giftId=%s", isSubscribe, key)
 	} else {
 		redirectUrl = "/swordfish/about"
 	}