huangjiajun 1 月之前
父節點
當前提交
5e969930ed
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      app/store/hdl/hdl_store.go

+ 5
- 0
app/store/hdl/hdl_store.go 查看文件

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


Loading…
取消
儲存