소스 검색

wip:p532 publicapply 删除多余注释

fuwencai 7 달 전
부모
커밋
0c49d9e109
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/jfw/modules/publicapply/src/detail/service/service.go

+ 1 - 1
src/jfw/modules/publicapply/src/detail/service/service.go

@@ -133,7 +133,7 @@ func (d *Detail) ShareInfo() {
 		if ub.Nickname == "" {
 			ub.Nickname = string(ub.Phone[0:3]) + "****" + string(ub.Phone[len(ub.Phone)-4:])
 		}
-		shareImg := g.Cfg("./detail/image.yaml").MustGet(gctx.New(), "homeShareImg") // todo 要不要存缓存?
+		shareImg := g.Cfg("./detail/image.yaml").MustGet(gctx.New(), "homeShareImg") 
 		shareInfo := map[string]interface{}{
 			"nickname": ub.Nickname,
 			"userId":   encrypt.SE.Encode2Hex(ub.UserId), //加密用户userid