|
@@ -53,6 +53,9 @@ func (n *Wxsearch) WxgetEnterpriseList(reqType, param /*参数*/ string) error {
|
|
|
rs := FormatData(data)
|
|
|
querymap["entcard"] = n.GetString("mingpian")
|
|
|
if n.GetString("currentPage") != "" {
|
|
|
+ n.SetHeader("Pragma", "No-cache")
|
|
|
+ n.SetHeader("Cache-Control", "no-cache")
|
|
|
+ n.SetHeader("Expires", "0")
|
|
|
return n.Write(rs)
|
|
|
}
|
|
|
n.Render("/member/incmobile/list.html", &xweb.T{"data": rs, "querymap": querymap})
|
|
@@ -376,7 +379,6 @@ func wxsearhWebContentent(querymap map[string]string, n *Wxsearch, reqType strin
|
|
|
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
return &res
|
|
|
}
|
|
|
|