|
@@ -8,7 +8,7 @@ import (
|
|
|
"github.com/p/mahonia"
|
|
|
"html/template"
|
|
|
"qfw/coreutil"
|
|
|
- // "qfw/mobile"
|
|
|
+ "qfw/mobile"
|
|
|
. "qfw/util"
|
|
|
"qfw/util/consts"
|
|
|
"qfw/util/elastic"
|
|
@@ -21,7 +21,7 @@ import (
|
|
|
|
|
|
//企业社区首页
|
|
|
func (n *Wxsearch) WxIndex() error {
|
|
|
- //n.T["signature"] = mobile.GetSignature(n.Url())
|
|
|
+ n.T["signature"] = mobile.GetSignature(n.Url())
|
|
|
n.Render("/member/incmobile/index.html", &n.T)
|
|
|
return nil
|
|
|
}
|