|
@@ -66,6 +66,7 @@ func (w *whether) CNode(mgoUserId, userId string, session *httpsession.Session)
|
|
if rM["phone"] == nil || rM["phone"] == "" {
|
|
if rM["phone"] == nil || rM["phone"] == "" {
|
|
rM["phone"] = phone
|
|
rM["phone"] = phone
|
|
}
|
|
}
|
|
|
|
+ rM["loginPhone"] = phone
|
|
if qu.InterfaceToStr(rM["phone"]) == qu.InterfaceToStr(phone) {
|
|
if qu.InterfaceToStr(rM["phone"]) == qu.InterfaceToStr(phone) {
|
|
rM["isCurrentPhone"] = true
|
|
rM["isCurrentPhone"] = true
|
|
} else {
|
|
} else {
|