Răsfoiți Sursa

fix:拟在建地址修改

duxin 2 ani în urmă
părinte
comite
3c70cfced4

+ 1 - 1
src/jfw/modules/bigmember/src/service/chatShare/obtainDetails.go

@@ -329,6 +329,6 @@ func (this *ChatShareProject) ProposedConstruction() (res []ForwardData, err err
 		}
 		res = append(res, ForwardData{Label: constructionKeys[v], Value: qutil.InterfaceToStr(qutil.If(qutil.InterfaceToStr((*data)[0][v]) == "", "--", (*data)[0][v]))})
 	}
-	res = append(res, ForwardData{Label: constructionKeys["referer"], Value: fmt.Sprintf("%s/succbi/nzj/app/nzj.app/nzj_detail_1.spg?pid=%s", this.Host(), pid)})
+	res = append(res, ForwardData{Label: constructionKeys["referer"], Value: fmt.Sprintf("https://%s/succbi/nzj/app/nzj.app/nzj_detail_1.spg?pid=%s", this.Host(), pid)})
 	return
 }