|
@@ -284,6 +284,11 @@ func UserStoreInfo(c *gin.Context) { |
|
|
h5Domain := svc.GetWebSiteDomainInfo(c, "wap") |
|
|
h5Domain := svc.GetWebSiteDomainInfo(c, "wap") |
|
|
store := db.GetStoreIdEg(svc.MasterDb(c), utils.IntToStr(user.Info.Uid)) |
|
|
store := db.GetStoreIdEg(svc.MasterDb(c), utils.IntToStr(user.Info.Uid)) |
|
|
if store != nil { |
|
|
if store != nil { |
|
|
|
|
|
tmp["icon"] = store.Logo |
|
|
|
|
|
tmp["icon_url"] = store.Logo |
|
|
|
|
|
tmp["name"] = store.Name |
|
|
|
|
|
tmp["address"] = store.Address |
|
|
|
|
|
tmp["phone"] = store.Phone |
|
|
tmp["lat"] = store.Lat |
|
|
tmp["lat"] = store.Lat |
|
|
tmp["lng"] = store.Lng |
|
|
tmp["lng"] = store.Lng |
|
|
tmp["province"] = store.Province |
|
|
tmp["province"] = store.Province |
|
|