作者 tangxvhui

bug 修

@@ -142,12 +142,12 @@ func (c *CommonController) DefaultImage() { @@ -142,12 +142,12 @@ func (c *CommonController) DefaultImage() {
142 case 1: 142 case 1:
143 //返回机会分类的图标 143 //返回机会分类的图标
144 imageNames = []string{ 144 imageNames = []string{
145 - imgehost + "/图1.jpg", 145 + imgehost + "/图1.jpg",
146 } 146 }
147 case 2: 147 case 2:
148 //返回机会模板的图标 148 //返回机会模板的图标
149 imageNames = []string{ 149 imageNames = []string{
150 - imgehost + "/图1.jpg", 150 + imgehost + "/图1.jpg",
151 } 151 }
152 } 152 }
153 data := map[string][]string{ 153 data := map[string][]string{