|
@@ -182,7 +182,7 @@ func (f *Front) Hpshare() error {
|
|
}
|
|
}
|
|
func (f *Front) DataService() {
|
|
func (f *Front) DataService() {
|
|
f.T["openPlatformUrl"] = config.Sysconfig["openPlatformUrl"].(string)
|
|
f.T["openPlatformUrl"] = config.Sysconfig["openPlatformUrl"].(string)
|
|
- f.T["logid"] = f.GetSession("userId")
|
|
|
|
|
|
+ f.T["logid"] = config.Seoconfig["jysy"].(string)
|
|
f.Render("/pc/dataService.html", &f.T)
|
|
f.Render("/pc/dataService.html", &f.T)
|
|
}
|
|
}
|
|
|
|
|