huangjiajun 1 mese fa
parent
commit
5e969930ed
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      app/store/hdl/hdl_store.go

+ 5
- 0
app/store/hdl/hdl_store.go Vedi File

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


Caricamento…
Annulla
Salva