huangjiajun 1 개월 전
부모
커밋
79136144b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/store/hdl/hdl_store.go

+ 1
- 1
app/store/hdl/hdl_store.go 파일 보기

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


불러오는 중...
취소
저장