wangkaiyue 4 years ago
parent
commit
7958867f57
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/jfw/modules/app/src/app/front/shorturl.go

+ 0 - 1
src/jfw/modules/app/src/app/front/shorturl.go

@@ -109,7 +109,6 @@ func (s *Short) Article(stype, id string) error {
 	s.T["isVip"] = isVip
 	s.T["member_status"] = i_member_status
 	s.T["email"] = email
-	log.Println(i_member_status, isVip, userId)
 	//判断用户是否是商机管理付费用户
 	if public.Mysql.CountBySql(`select count(1) from entniche_user where phone=? and power=1`, phone) > 0 {
 		isEntniche = true