@@ -445,7 +445,7 @@ func bigCustomer() {
username, usernickname, userid, uid, source, payorderinfo, unpayorderinfo := "", "", "", "", "", "", ""
if userData != nil {
if phone == "" {
- phone = common.ObjToString(v["phone"])
+ phone = common.ObjToString((*userData)["phone"])
}
username = common.ObjToString((*userData)["name"])
usernickname = common.ObjToString((*userData)["nickname"])