@@ -40,6 +40,7 @@ func init() {
//微信数据导出
func (w *WxDataExport) ToSieve() error {
+ defer util.Catch()
//分享
w.T["signature"] = wx.SignJSSDK(w.Site() + w.Url())
myopenid, _ := w.Session().Get("s_m_openid").(string)
@@ -39,6 +39,7 @@ func init() {
w.Render("/dataExport/dataExport.html", &w.T)
return nil
}