wangkaiyue 4 年之前
父節點
當前提交
7958867f57
共有 1 個文件被更改,包括 0 次插入1 次删除
  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