|
@@ -68,8 +68,6 @@ func (f *Front) RemarkDetail() {
|
|
|
tid := f.GetString("tid")
|
|
|
did := f.GetString("did")
|
|
|
project, _ := util.Mgo.FindById(util.PROJECTCOLLNAME, pid, `{"v_fields": 1}`)
|
|
|
- qu.Debug(pid)
|
|
|
- qu.Debug(*project)
|
|
|
fs, _ := (*project)["v_fields"].([]interface{})
|
|
|
rep := getDetail(did, "remark", qu.ObjArrToMapArr(fs)) //获取本条公告的信息
|
|
|
f.T["otherInfo"] = rep["otherInfo"] //展示关联公告信息
|