作者 唐旭辉

bug 修改

... ... @@ -150,10 +150,10 @@ func (c *CommonController) DefaultImage() {
case 2:
//返回机会模板的图标
imageNames = []string{
imgehost + "/template/chance_two_application@x2.png",
imgehost + "/template/chance_two_follow@x2.png",
imgehost + "/template/chance_two_improve@x2.png",
imgehost + "/template/chance_two_original@x2.png",
imgehost + "/template/chance_two_application@2x.png",
imgehost + "/template/chance_two_follow@2x.png",
imgehost + "/template/chance_two_improve@2x.png",
imgehost + "/template/chance_two_original@2x.png",
}
}
data := map[string][]string{
... ...