huangjiajun 1 miesiąc temu
rodzic
commit
79136144b3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      app/store/hdl/hdl_store.go

+ 1
- 1
app/store/hdl/hdl_store.go Wyświetl plik

@@ -294,7 +294,7 @@ func UserStoreInfo(c *gin.Context) {
tmp["district_id"] = store.DistrictId
tmp["work_state"] = utils.IntToStr(store.WorkState)
}
tmp["share_url"] = h5Domain + "/#/zy-user-store/pages/store-page/index?uid=" + arg["uid"]
tmp["share_url"] = h5Domain + "/#/zy-user-store/pages/store-page/index?uid=" + utils.IntToStr(user.Info.Uid)
e.OutSuc(c, tmp, nil)
return
}


Ładowanie…
Anuluj
Zapisz