huangjiajun 1 kuukausi sitten
vanhempi
commit
5e969930ed
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. +5
    -0
      app/store/hdl/hdl_store.go

+ 5
- 0
app/store/hdl/hdl_store.go Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna