|
@@ -72,10 +72,10 @@ func (w *WxDataExport) ToSieve() error {
|
|
}
|
|
}
|
|
|
|
|
|
w.T["orderDetail"] = orderDetail
|
|
w.T["orderDetail"] = orderDetail
|
|
- //是否是从结构化数据推广页过来的
|
|
|
|
- if w.GetString("from") == "structed" {
|
|
|
|
- w.SetSession("Structed", true)
|
|
|
|
- }
|
|
|
|
|
|
+ }
|
|
|
|
+ //是否是从结构化数据推广页过来的
|
|
|
|
+ if w.GetString("from") == "structed" {
|
|
|
|
+ w.SetSession("Structed", true)
|
|
}
|
|
}
|
|
//分享
|
|
//分享
|
|
w.T["signature"] = wx.SignJSSDK(w.Site() + w.Url())
|
|
w.T["signature"] = wx.SignJSSDK(w.Site() + w.Url())
|