@@ -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