正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
@@ -150,10 +150,10 @@ func (c *CommonController) DefaultImage() { | @@ -150,10 +150,10 @@ func (c *CommonController) DefaultImage() { | ||
150 | case 2: | 150 | case 2: |
151 | //返回机会模板的图标 | 151 | //返回机会模板的图标 |
152 | imageNames = []string{ | 152 | imageNames = []string{ |
153 | - imgehost + "/template/chance_two_application@x2.png", | ||
154 | - imgehost + "/template/chance_two_follow@x2.png", | ||
155 | - imgehost + "/template/chance_two_improve@x2.png", | ||
156 | - imgehost + "/template/chance_two_original@x2.png", | 153 | + imgehost + "/template/chance_two_application@2x.png", |
154 | + imgehost + "/template/chance_two_follow@2x.png", | ||
155 | + imgehost + "/template/chance_two_improve@2x.png", | ||
156 | + imgehost + "/template/chance_two_original@2x.png", | ||
157 | } | 157 | } |
158 | } | 158 | } |
159 | data := map[string][]string{ | 159 | data := map[string][]string{ |
-
请 注册 或 登录 后发表评论