|
@@ -214,7 +214,7 @@ func (this *Tags) Index(types, name string) {
|
|
|
this.T["areaList"] = this.GetArea(areaHref)
|
|
|
|
|
|
//行业标签获取
|
|
|
- this.T["industryList"] = this.GetIndustry(industryHref)
|
|
|
+ this.T["industryList"] = this.GetIndustry(industryHref) //需要根据地区获取不同的标的物
|
|
|
//标的物标签获取
|
|
|
|
|
|
//字母表获取
|
|
@@ -444,7 +444,6 @@ func (this *Tags) GetIndustry(industryHref string) interface{} {
|
|
|
redis.Put("seoCache", rediskey, m, cacheTime)
|
|
|
return m
|
|
|
}
|
|
|
- return nil
|
|
|
}
|
|
|
|
|
|
// 判断字符串是否再数组str内
|