Ver Fonte

绑定过手机号处理

WH01243 há 4 meses atrás
pai
commit
90a658a1f1
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      src/jfw/front/singleLogin.go

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