fuwencai 2 тижнів тому
батько
коміт
e08f2bf55a
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      src/service/action/whether.go

+ 1 - 0
src/service/action/whether.go

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