huangjiajun há 1 mês
ascendente
cometimento
5e969930ed
1 ficheiros alterados com 5 adições e 0 eliminações
  1. +5
    -0
      app/store/hdl/hdl_store.go

+ 5
- 0
app/store/hdl/hdl_store.go Ver ficheiro

@@ -284,6 +284,11 @@ func UserStoreInfo(c *gin.Context) {
h5Domain := svc.GetWebSiteDomainInfo(c, "wap")
store := db.GetStoreIdEg(svc.MasterDb(c), utils.IntToStr(user.Info.Uid))
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["lng"] = store.Lng
tmp["province"] = store.Province


Carregando…
Cancelar
Guardar