...
|
...
|
@@ -142,12 +142,12 @@ func (c *CommonController) DefaultImage() { |
|
|
case 1:
|
|
|
//返回机会分类的图标
|
|
|
imageNames = []string{
|
|
|
imgehost + "/图片1.jpg",
|
|
|
imgehost + "/图1.jpg",
|
|
|
}
|
|
|
case 2:
|
|
|
//返回机会模板的图标
|
|
|
imageNames = []string{
|
|
|
imgehost + "/图片1.jpg",
|
|
|
imgehost + "/图1.jpg",
|
|
|
}
|
|
|
}
|
|
|
data := map[string][]string{
|
...
|
...
|
|